this repo has no description
1opam-version: "2.0"
2synopsis: "Glob string matching language supported by dune"
3description:
4 "dune-glob provides a parser and interpreter for globs as understood by dune language."
5maintainer: ["Jane Street Group, LLC"]
6authors: ["Jane Street Group, LLC"]
7license: "MIT"
8homepage: "https://github.com/ocaml/dune"
9doc: "https://dune.readthedocs.io/"
10bug-reports: "https://github.com/ocaml/dune/issues"
11depends: [
12 "dune" {>= "2.8"}
13 "dune-private-libs" {= version}
14 "odoc" {with-doc}
15]
16dev-repo: "git+https://github.com/ocaml/dune.git"
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@doc" {with-doc}
28 ]
29]
30x-commit-hash: "b6a3f66fb15378fc7170e94778f4d2c0b142ad92"
31url {
32 src: "https://github.com/ocaml/dune/releases/download/2.8.4/dune-2.8.4.tbz"
33 checksum: [
34 "sha256=4e6420177584aabdc3b7b37aee3026b094b82bf5d7ed175344a68e321f72e8ac"
35 "sha512=efc1834c4add40138a101734665a1f462c19fe76d1cbb457b1fc20f95991118a50b24d485fb98d39046e41bec03885a8dc071bf8add51083ac9780bff9f6668a"
36 ]
37}