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.0"} 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.1.2/dune-2.1.2.tbz" 38 checksum: [ 39 "sha256=9c3278ebb3ec14dc4b1880671371985edcd6cbb979260dd403f28acabbcc5faf" 40 "sha512=ab2d4a3817fbbe80de6a1fd8052c607e6f08489dd8f3b1f18f2a79260c8793472b4dfbfec232fc517d473f1d893ac3f797fdf35366c2d031c899a7db07097ee6" 41 ] 42}