this repo has no description
1opam-version: "2.0"
2synopsis: "Bash completion support for Stdlib.Arg"
3maintainer: ["Simmo Saan <simmo.saan@gmail.com>"]
4authors: ["Simmo Saan <simmo.saan@gmail.com>"]
5license: "MIT"
6homepage: "https://github.com/sim642/ocaml-arg-complete"
7doc: "https://sim642.github.io/ocaml-arg-complete"
8bug-reports: "https://github.com/sim642/ocaml-arg-complete/issues"
9depends: [
10 "dune" {>= "2.8"}
11 "cppo" {>= "1.1.0"}
12 "ounit2" {with-test}
13 "odoc" {with-doc}
14]
15build: [
16 ["dune" "subst"] {dev}
17 [
18 "dune"
19 "build"
20 "-p"
21 name
22 "-j"
23 jobs
24 "@install"
25 "@runtest" {with-test}
26 "@doc" {with-doc}
27 ]
28]
29dev-repo: "git+https://github.com/sim642/ocaml-arg-complete.git"
30url {
31 src:
32 "https://github.com/sim642/ocaml-arg-complete/releases/download/0.1.0/arg-complete-0.1.0.tbz"
33 checksum: [
34 "sha256=f30e5785e63ca905ab554e45a7ee043c888ae71f8181e4ead22f19ceba5a22bc"
35 "sha512=cfeed80b93e8420695b0b4824524b9bf06ed8cfadb0522bb03c4307eb03045acdb8d4ceac5b59357a1ec47d7a5874a5fa0f2117de94717349c3c19e9a68bec3a"
36 ]
37}
38x-commit-hash: "77d1e98e483e3fe0aaf4b67c075175e9aee79a3e"