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" {>= "3.12"} 13 "stdune" {= version} 14 "dyn" 15 "ordering" 16 "dune-private-libs" {= version} 17 "odoc" {with-doc} 18] 19dev-repo: "git+https://github.com/ocaml/dune.git" 20x-maintenance-intent: ["(latest)"] 21build: [ 22 ["dune" "subst"] {dev} 23 ["rm" "-rf" "vendor/csexp"] 24 ["rm" "-rf" "vendor/pp"] 25 [ 26 "dune" 27 "build" 28 "-p" 29 name 30 "-j" 31 jobs 32 "@install" 33 "@doc" {with-doc} 34 ] 35] 36url { 37 src: 38 "https://github.com/ocaml/dune/releases/download/3.18.0/dune-3.18.0.tbz" 39 checksum: [ 40 "sha256=b7450daeadc3786f6d229f1b8be98a3de1d8d7017446d8c43a3940aa37db2ffb" 41 "sha512=e28d1ac9b25307ca167721760e1cec09f41bd602b88c8a882c1febdf20b5d5db55d38b69ce62cab4ad6552c408a230e465afc1654afe0adb2a7551007c278417" 42 ] 43} 44x-commit-hash: "a6da88b2f54d2043047cef727618842811d8a6a5"