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 <opensource@janestreet.com>"] 13authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 14license: "MIT" 15homepage: "https://github.com/ocaml/dune" 16doc: "https://dune.readthedocs.io/" 17bug-reports: "https://github.com/ocaml/dune/issues" 18depends: [ 19 "dune" {>= "3.12"} 20 "csexp" {>= "1.5.0"} 21 "pp" {>= "1.1.0"} 22 "dyn" {= version} 23 "stdune" {= version} 24 "ocaml" {>= "4.08"} 25 "odoc" {with-doc} 26] 27dev-repo: "git+https://github.com/ocaml/dune.git" 28x-maintenance-intent: ["(none)"] 29build: [ 30 ["dune" "subst"] {dev} 31 ["rm" "-rf" "vendor/csexp"] 32 ["rm" "-rf" "vendor/pp"] 33 [ 34 "dune" 35 "build" 36 "-p" 37 name 38 "-j" 39 jobs 40 "@install" 41 "@doc" {with-doc} 42 ] 43] 44url { 45 src: 46 "https://github.com/ocaml/dune/releases/download/3.17.2/dune-3.17.2.tbz" 47 checksum: [ 48 "sha256=9deafeed0ecfe9e65e642cd8e6197f0864f73fcd7b94b5b199ae4d2e07a2ea64" 49 "sha512=1e85bb297a12c9571b8645541d85a719deffb619d5e4f48dbf4566ac14e9f385d8a05342698a6f9c81ba17325b1da4ad004a5772d66cd88ed135c43d43e88f9e" 50 ] 51} 52x-commit-hash: "fedec664a6ba500f94ba4558112f52d5719bed4d"