forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopam
More file actions
53 lines (51 loc) · 1.51 KB
/
Copy pathopam
File metadata and controls
53 lines (51 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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 <opensource@janestreet.com>"]
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
license: "MIT"
homepage: "https://github.com/ocaml/dune"
doc: "https://dune.readthedocs.io/"
bug-reports: "https://github.com/ocaml/dune/issues"
depends: [
"dune" {>= "3.12"}
"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.18.0_alpha0/dune-3.18.0.alpha0.tbz"
checksum: [
"sha256=16c655c8d488f2d1f9f21c7e6128d15a7b88a03af7e93df13ba7adfbf6434f40"
"sha512=780502a365e27d354bb14fa0576796dc82332da101344c14354cdf76a5d42be3c3ce5cbac9fd7c7dcf1a00fb933c37985a7750b0f974b530be79a1e869f5554b"
]
}
x-commit-hash: "f6c8a1bb92fa564e19acac26c6760317525b50de"