forked from hammerlab/ppx_deriving_cmdliner
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathppx_deriving_cmdliner.opam
45 lines (44 loc) · 1.3 KB
/
ppx_deriving_cmdliner.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
opam-version: "2.0"
maintainer: "Seb Mondet <seb@mondet.org>"
authors: [
"Isaac Hodes <isaachodes@gmail.com>"
"B. Arman Aksoy <arman@aksoy.org>"
"Seb Mondet <seb@mondet.org>"
"Nick Zalutskiy <nick@const.fun>"
"Armaël Guéneau <armael.gueneau@ens-lyon.fr>"
]
homepage: "https://github.com/hammerlab/ppx_deriving_cmdliner"
bug-reports: "https://github.com/hammerlab/ppx_deriving_cmdliner/issues"
dev-repo: "git+https://github.com/hammerlab/ppx_deriving_cmdliner.git"
doc: "http://hammerlab.github.io/ppx_deriving_cmdliner"
license: "MIT"
version: "0.4.2-dev"
tags: ["syntax" "cli"]
build: [
["jbuilder" "subst" "-n" name] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]
run-test: [
["jbuilder" "runtest" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.03"}
"cmdliner" {>= "1.0.0"}
"result"
"ppx_deriving" {>= "4.0" & < "5.0"}
"dune" {build}
"ocamlfind" {build}
"ppxfind" {build}
"cppo" {build}
"alcotest" {with-test}
"ppx_import" {with-test & >= "1.1"}
]
synopsis: "Cmdliner.Term.t generator"
description: """
ppx_deriving_cmdliner is a ppx_deriving plugin that generates
a Cmdliner Term.t for a record type."""
#url {
# src:
# "https://github.com/hammerlab/ppx_deriving_cmdliner/archive/v0.4.0.tar.gz"
# checksum: "md5=24a29008621860e05544c931b11272de"
#}