this repo has no description
1opam-version: "2.0" 2synopsis: "Embed locations informations inside executable and libraries" 3maintainer: ["Jane Street Group, LLC"] 4authors: ["Jane Street Group, LLC"] 5license: "MIT" 6homepage: "https://github.com/ocaml/dune" 7doc: "https://dune.readthedocs.io/" 8bug-reports: "https://github.com/ocaml/dune/issues" 9depends: [ 10 "dune" {>= "2.8"} 11 "dune-private-libs" {= version} 12 "odoc" {with-doc} 13] 14dev-repo: "git+https://github.com/ocaml/dune.git" 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "@install" 25 "@doc" {with-doc} 26 ] 27] 28x-commit-hash: "b6a3f66fb15378fc7170e94778f4d2c0b142ad92" 29url { 30 src: "https://github.com/ocaml/dune/releases/download/2.8.4/dune-2.8.4.tbz" 31 checksum: [ 32 "sha256=4e6420177584aabdc3b7b37aee3026b094b82bf5d7ed175344a68e321f72e8ac" 33 "sha512=efc1834c4add40138a101734665a1f462c19fe76d1cbb457b1fc20f95991118a50b24d485fb98d39046e41bec03885a8dc071bf8add51083ac9780bff9f6668a" 34 ] 35}