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.3"}
13 "dune-private-libs" {= version}
14]
15dev-repo: "git+https://github.com/ocaml/dune.git"
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@doc" {with-doc}
27 ]
28]
29url {
30 src: "https://github.com/ocaml/dune/releases/download/2.3.0/dune-2.3.0.tbz"
31 checksum: [
32 "sha256=14a4321e38e8f6508f0d522649c6c580efd5e87805a370a66cc8aafcc46d5cff"
33 "sha512=6db9eed508e59b832a80b24c62e1de4d8bcf2bff2ef75eb3a396dbe9f899f351875027b0a7d7156ac1a7f6eb7bdfdcb09a933cb4f81d5ca3174c8f74356aeda9"
34 ]
35}