forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopam
45 lines (45 loc) · 1.24 KB
/
opam
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
opam-version: "2.0"
synopsis: "Dune's unstable standard library"
description:
"This library offers no backwards compatibility guarantees. Use at your own risk."
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.3"}
"ocaml" {>= "4.08.0"}
"base-unix"
"dyn" {= version}
"ordering" {= version}
"pp" {>= "1.1.0"}
"csexp" {>= "1.5.0"}
"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.5.0_alpha1/dune-3.5.0.alpha1.tbz"
checksum: [
"sha256=af7e080deb7d1294459652b855aa899e7691c5df9e76b6639202bcb5d97b3300"
"sha512=ffff32200dda12b5122c7035e19613e3f56fd090f4962ec19f38e6c04faf84ce0a83eac0ae0b94f4c04ac4116012bbe03d35b3e207cb736bd91e7e72c37ba519"
]
}
x-commit-hash: "1d631162c74b90a65ecbffda636d832b259326dc"