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.8"} "dune-glob" "ppx_expect" {with-test} "dune-private-libs" {= version} "odoc" {with-doc} ] dev-repo: "git+https://github.com/ocaml/dune.git" build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc} ] ] x-commit-hash: "6c471da57bea666267a8a63034aed57962f378b0" url { src: "https://github.com/ocaml/dune/releases/download/2.8.2/dune-2.8.2.tbz" checksum: [ "sha256=e2c4e8230f7c96236503fd75f22bdbc263639971bf104509e446855ded35ae1e" "sha512=d3cca73f5a72440273f7b4e3934dfa7e89fcb64710f3c734d2583123f5d9f3e573f0ab96a4892b2f11313038da6b4e2c614951199ffef0a3f12669d729b25376" ] }