opam-version: "2.0" synopsis: "Dynamic type" description: "Dynamic type" 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"} "ocaml" {>= "4.08.0"} "ordering" {= version} "pp" {>= "1.1.0" & < "2.0.0"} "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.11.1/dune-3.11.1.tbz" checksum: [ "sha256=866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71" "sha512=c888153b204a16bcfed2636de776bbd5f9ca84484e716cc1e9ef3ba3c904e9dd15a2609ae943cddb6097912623ec54618c58386d6730ff742d746850400fb3cc" ] } x-commit-hash: "7cbb0e7277c6cacd1ccf7941cac5a03c25fc63cf"