opam-version: "2.0" synopsis: "Parse ocaml compiler output into structured form" description: "This library offers no backwards compatibility guarantees. Use at your own risk." 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.12"} "ocaml" {>= "4.08.0"} "dyn" {= version} "odoc" {with-doc} ] conflicts: [ "ocaml-lsp-server" {< "1.15.0"} ] dev-repo: "git+https://github.com/ocaml/dune.git" x-maintenance-intent: ["(none)"] 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.17.2/dune-3.17.2.tbz" checksum: [ "sha256=9deafeed0ecfe9e65e642cd8e6197f0864f73fcd7b94b5b199ae4d2e07a2ea64" "sha512=1e85bb297a12c9571b8645541d85a719deffb619d5e4f48dbf4566ac14e9f385d8a05342698a6f9c81ba17325b1da4ad004a5772d66cd88ed135c43d43e88f9e" ] } x-commit-hash: "fedec664a6ba500f94ba4558112f52d5719bed4d"