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.17.2/dune-3.17.2.tbz" 37 checksum: [ 38 "sha256=9deafeed0ecfe9e65e642cd8e6197f0864f73fcd7b94b5b199ae4d2e07a2ea64" 39 "sha512=1e85bb297a12c9571b8645541d85a719deffb619d5e4f48dbf4566ac14e9f385d8a05342698a6f9c81ba17325b1da4ad004a5772d66cd88ed135c43d43e88f9e" 40 ] 41} 42x-commit-hash: "fedec664a6ba500f94ba4558112f52d5719bed4d"