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.7"} 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: "5472766b2448308a7160dfd0fca1ec711e124a5c" 31url { 32 src: "https://github.com/ocaml/dune/releases/download/2.7.1/dune-2.7.1.tbz" 33 checksum: [ 34 "sha256=c3528f2f8b3a2e3fe18e166fc823e6caeee8b7c78ade6b6fe4d2fa978070925d" 35 "sha512=2b4b311824471dac8196181d7c7267f96b1b73f35341b72019f169cf6d42a19254e90bdfba2d3ecb138ad318e2e2431dd0ec6c38d9efe1da382ec95f5d9e959b" 36 ] 37}