File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
packages/ppx_subliner/ppx_subliner.0.1.2 Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "[@@deriving subliner] and [%%subliner] for Cmdliner"
4+ description:
5+ "[@@deriving] plugin to generate Cmdliner sub-command groups and ppx rewriter to generate Cmdliner evaluations."
6+ maintainer: ["Boning <
[email protected] >"]
7+ authors: ["Boning <
[email protected] >"]
8+ license: "MIT"
9+ homepage: "https://github.com/bn-d/ppx_subliner"
10+ doc: "https://boni.ng/ppx_subliner/ppx_subliner/index.html"
11+ bug-reports: "https://github.com/bn-d/ppx_subliner/issues"
12+ depends: [
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+ ]
20+ build: [
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+ ]
34+ dev-repo: "git+https://github.com/bn-d/ppx_subliner.git"
35+ url {
36+ src:
37+ "https://github.com/bn-d/ppx_deriving_subliner/archive/refs/tags/v0.1.2.tar.gz"
38+ checksum: [
39+ "md5=23944ff2ed893b6c9d27b256a895b1b7"
40+ "sha512=2756dccb41c8940685dc0d367f74fb60a9e776a2a1ebc4fa3e9909e311dced4e1031cb10e99aacecc1ecaa039fb2d6a017068e08e67fa3e6e5eccd95c4287053"
41+ ]
42+ }
You can’t perform that action at this time.
0 commit comments