opam-version: "2.0" synopsis: "[experimental] API for writing dynamic Dune actions" description: """ This library is experimental. No backwards compatibility is implied. dune-action-plugin provides an API for writing dynamic Dune actions. Dynamic dune actions do not need to declare their dependencies upfront; they are instead discovered automatically during the execution of the action. """ 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" {>= "2.0"} "dune-glob" "ppx_expect" {with-test} "dune-private-libs" {= version} ] dev-repo: "git+https://github.com/ocaml/dune.git" build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc} ] ] url { src: "https://github.com/ocaml/dune/releases/download/2.1.1/dune-2.1.1.tbz" checksum: [ "sha256=b14417016fa0901c0b04b8474aa9e5eafaadb298c4dc422899b7f9e8bcb7aa7c" "sha512=605019ed9555ae669fd3e27518637a7e31e5935d4b0db54d6b066e0e1d11ef163b57eacec50f1f061baa808548c2b9017b8b1c44e3e78e50bbf27a572408e18f" ] }