opam-version: "2.0" synopsis: "Private libraries of Dune" description: """ !!!!!!!!!!!!!!!!!!!!!! !!!!! DO NOT USE !!!!! !!!!!!!!!!!!!!!!!!!!!! This package contains code that is shared between various dune-xxx packages. However, it is not meant for public consumption and provides no stability guarantee. """ maintainer: ["Jane Street Group, LLC "] authors: ["Jane Street Group, LLC "] license: "MIT" homepage: "https://github.com/ocaml/dune" doc: "https://dune.readthedocs.io/" bug-reports: "https://github.com/ocaml/dune/issues" depends: [ "dune" {>= "3.5"} "csexp" {>= "1.5.0"} "pp" {>= "1.1.0" & < "2.0.0"} "dyn" {= version} "stdune" {= version} "ocaml" {>= "4.08"} "odoc" {with-doc} ] dev-repo: "git+https://github.com/ocaml/dune.git" build: [ ["dune" "subst"] {dev} ["rm" "-rf" "vendor/csexp"] ["rm" "-rf" "vendor/pp"] [ "dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc} ] ] url { src: "https://github.com/ocaml/dune/releases/download/3.9.3/dune-3.9.3.tbz" checksum: [ "sha256=96bf755da267fb46e4af2dda0db56d5863761589618089c429ff85e0f7f65783" "sha512=ce05560a2cff0beb805a259df449b5dbd15420e353cc686a482904b837969bce6f91eedec608ecef4be0ebc232fa013652745a7cc831af1a7f8fe06a391e5488" ] } x-commit-hash: "842d104126175999e25f5cd63e2a384f9c6ef797"