this repo has no description
1opam-version: "2.0"
2synopsis: "[experimental] API for writing dynamic Dune actions"
3description: """
4This library is experimental. No backwards compatibility is implied.
5
6dune-action-plugin provides an API for writing dynamic Dune actions.
7Dynamic dune actions do not need to declare their dependencies
8upfront; they are instead discovered automatically during the
9execution of the action.
10"""
11maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"]
12authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
13license: "MIT"
14homepage: "https://github.com/ocaml/dune"
15doc: "https://dune.readthedocs.io/"
16bug-reports: "https://github.com/ocaml/dune/issues"
17depends: [
18 "dune" {>= "3.0"}
19 "dune-glob" {= version}
20 "csexp" {>= "1.5.0"}
21 "ppx_expect" {with-test}
22 "stdune" {= version}
23 "dune-private-libs" {= version}
24 "odoc" {with-doc}
25]
26dev-repo: "git+https://github.com/ocaml/dune.git"
27build: [
28 ["dune" "subst"] {dev}
29 ["rm" "-rf" "vendor/csexp"]
30 ["rm" "-rf" "vendor/pp"]
31 [
32 "dune"
33 "build"
34 "-p"
35 name
36 "-j"
37 jobs
38 "@install"
39 "@doc" {with-doc}
40 ]
41]
42url {
43 src:
44 "https://github.com/ocaml/dune/releases/download/3.1.0/fiber-3.1.0.tbz"
45 checksum: [
46 "sha256=077d520b0845c56e10ec5856d7c66ebe7a1f1bea4a3027d182f44b2529519d81"
47 "sha512=644fbf11e53ac88307b44c98f380e2c9db222b94e0e38263525c59d3504f185d79d916a506af45e84d16fd66889e1745305a7385d911e7b11c290549efdb444c"
48 ]
49}
50x-commit-hash: "9bf3da86f1de33a9884eb91610a6dd9c875ebcbe"