this repo has no description
1opam-version: "2.0" 2synopsis: "Communicate with dune using rpc" 3description: "Library to connect and control a running dune instance" 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 "csexp" 13 "ordering" 14 "dyn" 15 "xdg" 16 "stdune" {= version} 17 "pp" {>= "1.1.0"} 18 "odoc" {with-doc} 19] 20dev-repo: "git+https://github.com/ocaml/dune.git" 21x-maintenance-intent: ["(latest)"] 22build: [ 23 ["dune" "subst"] {dev} 24 ["rm" "-rf" "vendor/csexp"] 25 ["rm" "-rf" "vendor/pp"] 26 [ 27 "dune" 28 "build" 29 "-p" 30 name 31 "-j" 32 jobs 33 "@install" 34 "@doc" {with-doc} 35 ] 36] 37url { 38 src: 39 "https://github.com/ocaml/dune/releases/download/3.18.0/dune-3.18.0.tbz" 40 checksum: [ 41 "sha256=b7450daeadc3786f6d229f1b8be98a3de1d8d7017446d8c43a3940aa37db2ffb" 42 "sha512=e28d1ac9b25307ca167721760e1cec09f41bd602b88c8a882c1febdf20b5d5db55d38b69ce62cab4ad6552c408a230e465afc1654afe0adb2a7551007c278417" 43 ] 44} 45x-commit-hash: "a6da88b2f54d2043047cef727618842811d8a6a5"