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" {>= "3.5"} "dune-glob" {= version} "csexp" {>= "1.5.0"} "ppx_expect" {with-test} "stdune" {= version} "dune-private-libs" {= version} "dune-rpc" {= version} "base-unix" "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.9.2/dune-3.9.2.tbz" checksum: [ "sha256=4f3acbd45d3dcdbbbda891372f43f056942b6b96ed977ec5281ba9a875134adf" "sha512=58472598f5b6c72a1f7ff01c122e8a66f4a60e7c689190c7c78247f6c22aed231572d660d0e64d26037bd2558798a1f9b764bf4e955617f765e47296b1a9a62b" ] } x-commit-hash: "4a6287d26b4762d17b96088fea6b1ffed8735136"