this repo has no description
1opam-version: "2.0" 2synopsis: "Private libraries of Dune" 3description: """ 4!!!!!!!!!!!!!!!!!!!!!! 5!!!!! DO NOT USE !!!!! 6!!!!!!!!!!!!!!!!!!!!!! 7 8This package contains code that is shared between various dune-xxx 9packages. However, it is not meant for public consumption and provides 10no stability guarantee. 11""" 12maintainer: ["Jane Street Group, LLC"] 13authors: ["Jane Street Group, LLC"] 14license: "MIT" 15homepage: "https://github.com/ocaml/dune" 16doc: "https://dune.readthedocs.io/" 17bug-reports: "https://github.com/ocaml/dune/issues" 18depends: [ 19 "dune" {>= "2.3"} 20 "ocaml" {>= "4.07" & < "5.0"} 21] 22dev-repo: "git+https://github.com/ocaml/dune.git" 23build: [ 24 ["dune" "subst"] {dev} 25 [ 26 "dune" 27 "build" 28 "-p" 29 name 30 "-j" 31 jobs 32 "@install" 33 "@doc" {with-doc} 34 ] 35] 36url { 37 src: "https://github.com/ocaml/dune/releases/download/2.5.1/dune-2.5.1.tbz" 38 checksum: [ 39 "sha256=8f77d3a87f208e0d7cccaa1c48c4bb1bb87d62d07c3f25e9b8ba298e028ce52b" 40 "sha512=f209f12ced10c1abf8782bdb0143f4cec77795f7174d2cc75130afb1e01550b01f2f77b9e3ec4888efdad83d2f9878d179b39126f824f4e522f3ef4da34bf27e" 41 ] 42}