File tree Expand file tree Collapse file tree 3 files changed +44
-2
lines changed Expand file tree Collapse file tree 3 files changed +44
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ build: [
3434dev-repo: "git+https://github.com/bn-d/ppx_subliner.git"
3535url {
3636 src:
37- "https://github.com/bn-d/ppx_deriving_subliner /archive/refs/tags/v0.1.1.tar.gz"
37+ "https://github.com/bn-d/ppx_subliner /archive/refs/tags/v0.1.1.tar.gz"
3838 checksum: [
3939 "md5=9a9d4ef91fdbf9f0bf553d83a397a5e1"
4040 "sha512=3d99f4e6d38dc056920287c493925937e337552b246f0458aad1fad4d810459b17fc1349b652327612db8cafbc15e0005494e4e03e62e48a8856c32d4dad7dee"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ build: [
3434dev-repo: "git+https://github.com/bn-d/ppx_subliner.git"
3535url {
3636 src:
37- "https://github.com/bn-d/ppx_deriving_subliner /archive/refs/tags/v0.1.2.tar.gz"
37+ "https://github.com/bn-d/ppx_subliner /archive/refs/tags/v0.1.2.tar.gz"
3838 checksum: [
3939 "md5=23944ff2ed893b6c9d27b256a895b1b7"
4040 "sha512=2756dccb41c8940685dc0d367f74fb60a9e776a2a1ebc4fa3e9909e311dced4e1031cb10e99aacecc1ecaa039fb2d6a017068e08e67fa3e6e5eccd95c4287053"
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_subliner/archive/refs/tags/v0.1.3.tar.gz"
38+ checksum: [
39+ "md5=885e10a01f1a322e65102622fddc6076"
40+ "sha512=8acd84a312eed2762788703593a3d5be39b1507ffdb7b7bd9fd294180327e93af5320929de8d6e979c552823587ec01e73f4d9edf3d53fd204ece3c337918a51"
41+ ]
42+ }
You can’t perform that action at this time.
0 commit comments