this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "[@@deriving subliner]/[%%subliner]"
4description:
5 "Ppxlib based [@@deriving] plugin to generate Cmdliner group sub-commands and Ppxlib based rewriter to generate Cmdliner evaluation for command line tools."
6maintainer: ["Boning <me@boni.ng>"]
7authors: ["Boning <me@boni.ng>"]
8license: "MIT"
9homepage: "https://github.com/bn-d/ppx_subliner"
10doc: "https://boni.ng/ppx_subliner/ppx_subliner/index.html"
11bug-reports: "https://github.com/bn-d/ppx_subliner/issues"
12depends: [
13 "dune" {>= "2.7"}
14 "ppxlib" {>= "0.10.0"}
15 "cmdliner" {>= "1.1.0"}
16 "alcotest" {with-test}
17 "ppx_deriving_cmdliner" {with-test}
18 "odoc" {with-doc}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/bn-d/ppx_subliner.git"
35url {
36 src:
37 "https://github.com/bn-d/ppx_subliner/archive/refs/tags/v0.1.1.tar.gz"
38 checksum: [
39 "md5=9a9d4ef91fdbf9f0bf553d83a397a5e1"
40 "sha512=3d99f4e6d38dc056920287c493925937e337552b246f0458aad1fad4d810459b17fc1349b652327612db8cafbc15e0005494e4e03e62e48a8856c32d4dad7dee"
41 ]
42}