this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "[@@deriving subliner] and [%%subliner] for Cmdliner"
4description:
5 "[@@deriving] plugin to generate Cmdliner terms and sub-command groups and ppx rewriter to generate Cmdliner evaluations."
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 "ppx_make" {>= "0.3.0"}
17 "alcotest" {with-test}
18 "ppx_deriving_cmdliner" {with-test}
19 "ppx_show" {with-test}
20 "bisect_ppx" {with-test}
21 "odoc" {with-doc}
22]
23build: [
24 ["dune" "subst"] {dev}
25 [
26 "dune"
27 "build"
28 "-p"
29 name
30 "-j"
31 jobs
32 "@install"
33 "@runtest" {with-test}
34 "@doc" {with-doc}
35 ]
36]
37dev-repo: "git+https://github.com/bn-d/ppx_subliner.git"
38url {
39 src: "https://github.com/bn-d/ppx_subliner/archive/refs/tags/v0.2.0.tar.gz"
40 checksum: [
41 "md5=fa1660f136d716d98739e22e91ee6086"
42 "sha512=7bde3cbf0f659a3c1d94a91eb2733397a86b712960b1a805acf8194f6155bb6e20e5bfa024fa0119c5e89220f71bdf442068c4ae1b11b226aed3ad6a9a035d5a"
43 ]
44}