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 <opensource@janestreet.com>"]
6authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
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.9"}
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]
30url {
31 src:
32 "https://github.com/ocaml/dune/releases/download/2.9.3/dune-site-2.9.3.tbz"
33 checksum: [
34 "sha256=3e65ec73ab2c80d50d4ffd6c46cbfb22eacd0e5587a4be8af8ae69547d5f88d6"
35 "sha512=04b48501ac16c3608e3b6bfbdbabf810df0fb844ea3b7d25ba50f03b9d6cb1d2c933cf747d694029d82a9777a774e48e5c38ab010fe53ce1eae367da0ed04d6d"
36 ]
37}
38x-commit-hash: "dea03875affccc0620e902d28fed8d6b4351e112"