this repo has no description
1opam-version: "2.0" 2synopsis: "Dynamic type" 3description: "Dynamic type" 4maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 5authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6license: "MIT" 7homepage: "https://github.com/ocaml/dune" 8doc: "https://dune.readthedocs.io/" 9bug-reports: "https://github.com/ocaml/dune/issues" 10depends: [ 11 "dune" {>= "3.12"} 12 "ocaml" {>= "4.08.0"} 13 "ordering" {= version} 14 "pp" {>= "1.1.0"} 15 "odoc" {with-doc} 16] 17dev-repo: "git+https://github.com/ocaml/dune.git" 18x-maintenance-intent: ["(none)"] 19build: [ 20 ["dune" "subst"] {dev} 21 ["rm" "-rf" "vendor/csexp"] 22 ["rm" "-rf" "vendor/pp"] 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@doc" {with-doc} 32 ] 33] 34url { 35 src: 36 "https://github.com/ocaml/dune/releases/download/3.18.0/dune-3.18.0.tbz" 37 checksum: [ 38 "sha256=b7450daeadc3786f6d229f1b8be98a3de1d8d7017446d8c43a3940aa37db2ffb" 39 "sha512=e28d1ac9b25307ca167721760e1cec09f41bd602b88c8a882c1febdf20b5d5db55d38b69ce62cab4ad6552c408a230e465afc1654afe0adb2a7551007c278417" 40 ] 41} 42x-commit-hash: "a6da88b2f54d2043047cef727618842811d8a6a5"