opam-version: "2.0" synopsis: "Communicate with dune using rpc" description: "Library to connect and control a running dune instance" 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.3"} "csexp" "ordering" "dyn" "xdg" "stdune" {= 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.3.0/dune-3.3.0.tbz" checksum: [ "sha256=1a08c708eb3f4346caa1ee814027484900d0e1518582f5c4d53fff6190d5504f" "sha512=15cddad51ad6e9d1b71756da9e898a42846c2f320268342a18b8df79fc33383ffdc775c199fbe2a114affb480e0558a8f27492c9c274e6bc6cc86084ecdd543e" ] } x-commit-hash: "f5ed6a495947c0e0cc8fa4fc0eac9ffcccdbdbd9"