opam-version: "2.0" synopsis: "Glob string matching language supported by dune" description: "dune-glob provides a parser and interpreter for globs as understood by dune language." maintainer: ["Jane Street Group, LLC"] authors: ["Jane Street Group, LLC"] license: "MIT" homepage: "https://github.com/ocaml/dune" doc: "https://dune.readthedocs.io/" bug-reports: "https://github.com/ocaml/dune/issues" depends: [ "dune" {>= "2.8"} "dune-private-libs" {= version} "odoc" {with-doc} ] dev-repo: "git+https://github.com/ocaml/dune.git" build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc} ] ] x-commit-hash: "e84ba5230f6afacb12f022937138a752f1c301b6" url { src: "https://github.com/ocaml/dune/releases/download/2.8.5/dune-2.8.5.tbz" checksum: [ "sha256=79011283fb74c7a27eb17ad752efbcc39b39633cbacc8d7be97e8ea869443629" "sha512=4ef6cdea0768a29de0108cb61b04ef471cb494762c865265f20d7d15ed65a39557f7e34f2dbd466352a6567cce29d7ba21be6569afafbcfc2871720b9466dcae" ] }