Skip to content

Commit 01f795d

Browse files
authored
Merge pull request #27524 from moatom/opam-publish-strymonas-pure.2.1.1
Package strymonas-pure.2.1.1
2 parents 862a764 + 006ee54 commit 01f795d

File tree

1 file changed

+34
-0
lines changed
  • packages/strymonas-pure/strymonas-pure.2.1.1

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
2+
opam-version: "2.0"
3+
synopsis: "Stream fusion, to completeness"
4+
maintainer: "[email protected]"
5+
authors: [
6+
"Oleg Kiselyov"
7+
"Tomoaki Kobayashi"
8+
"Aggelos Biboudis"
9+
"Nick Palladinos"
10+
"Yannis Smaragdakis"
11+
]
12+
license: "MIT"
13+
homepage: "https://strymonas.github.io/"
14+
bug-reports: "https://github.com/strymonas/strymonas-ocaml/issues"
15+
dev-repo: "git+https://github.com/strymonas/strymonas-ocaml.git"
16+
depends: [
17+
"ocaml" {>= "4.14.1"}
18+
"ocamlfind" {build}
19+
]
20+
available: [sys-ocaml-version = "4.14.1" | (arch != "arm32" & arch != "x86_32")]
21+
build: [
22+
[make "-C" "lib/" "depend-pure"]
23+
[make "-C" "lib/" "pure"]
24+
]
25+
install:[make "-C" "lib/" "install-pure"]
26+
remove:[make "-C" "lib/" "uninstall-pure"]
27+
url {
28+
src:
29+
"https://github.com/strymonas/strymonas-ocaml/archive/refs/tags/v2.1.1.tar.gz"
30+
checksum: [
31+
"md5=30f9ea3a42485f778c500c7affaf0363"
32+
"sha512=4b4d3d9357929d6688d70018b016115a26965238b72bcb892b8d3df23a811271726d395318869c1409ed15fed803febfdd4e688bb4b766a6b7dff7e14ce3ad59"
33+
]
34+
}

0 commit comments

Comments
 (0)