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.8"} 20 "ocaml" {>= "4.08" & < "5.0"} 21 "odoc" {with-doc} 22] 23dev-repo: "git+https://github.com/ocaml/dune.git" 24build: [ 25 ["dune" "subst"] {dev} 26 [ 27 "dune" 28 "build" 29 "-p" 30 name 31 "-j" 32 jobs 33 "@install" 34 "@doc" {with-doc} 35 ] 36] 37x-commit-hash: "b796156167490e777131403f651e83779e954000" 38url { 39 src: "https://github.com/ocaml/dune/releases/download/2.8.1/dune-2.8.1.tbz" 40 checksum: [ 41 "sha256=e7b405c75af321ce6518aa8e70ebdd403dbcc2ede931713e69c2b5addda4bd44" 42 "sha512=300c9f5074af5db78c8ffb17b4a1c402fce322d9af4b213aa847bfd9f9fd053e757182f3da8b207f2d24afbd609a227e8c0e57ef038ab236322229c41e240c43" 43 ] 44}