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" patches: ["add-missing-version.patch"] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc} ] ] x-commit-hash: "06f18009cb3c32d32712ecc992c4e45932882022" url { src: "https://github.com/ocaml/dune/releases/download/2.8.0/dune-2.8.0.tbz" checksum: [ "sha256=07104d9a51c85f7100cc95e633e1f07e6436b0f0e68ab38e87328e74a9f0d48b" "sha512=615958292b9437e16e363c36b02efdc85b78e6e29b301cea23d8ab3ac206dc6546fcd392017967ba54258326ceb997baec9a8053e4d343429a9e48ceeb89f5e8" ] } extra-source "add-missing-version.patch" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/dune-action-plugin/add-missing-version.patch" checksum: [ "sha256=e93c2e0ba014ec94f328f31d57b5599ae36d5e9785246d8b0f52a08c67eddd95" "md5=afde317f7bfc202aa04f380f66e67e52" ] }