this repo has no description
1opam-version: "2.0"
2maintainer: "Yoshikawa Masashi <yoshikawa.masashi.yh8@is.naist.jp>"
3authors: "Yoshikawa Masashi <yoshikawa.masashi.yh8@is.naist.jp>"
4homepage: "https://github.com/masashi-y/ppx_deriving_argparse"
5bug-reports: "https://github.com/masashi-y/ppx_deriving_argparse/issues"
6license: "MIT"
7dev-repo: "git+https://github.com/masashi-y/ppx_deriving_argparse.git"
8build: [
9 [
10 "ocaml"
11 "pkg/build.ml"
12 "native=%{ocaml:native}%"
13 "native-dynlink=%{ocaml:native-dynlink}%"
14 ]
15 [
16 "ocamlbuild" "-classic-display" "-use-ocamlfind" "src_test/test.byte" "--"
17 ] {with-test & ppx_deriving:version < "4.3"}
18]
19depends: [
20 "ocaml" {>= "4.03.0"}
21 "ocamlbuild" {build}
22 "ocamlfind" {build}
23 "cppo" {build}
24 "cppo_ocamlbuild" {build}
25 "ocaml-migrate-parsetree" {< "2.0.0"}
26 "ppx_deriving" {>= "3.2" & < "5.0"}
27 "ppx_derivers"
28 "result" {with-test}
29 "ounit" {with-test}
30]
31synopsis: "Very simple ppx deriver of command line parser for Ocaml >=4.02"
32description:
33 "Very simple ppx deriver of command line parser for Ocaml >=4.02"
34url {
35 src:
36 "https://github.com/masashi-y/ppx_deriving_argparse/archive/0.0.5.tar.gz"
37 checksum: [
38 "sha256=8428af118559eef9185ea878135dcef8063076de7f3718a1e07676bf22ba6122"
39 "md5=9ebedc11b6e540f8931d636fe36405b0"
40 ]
41}