Skip to content

Commit e7e5697

Browse files
committed
Package strymonas-pure.2.1.1
1 parent 2ccd0b9 commit e7e5697

File tree

1 file changed

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

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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+
build: [
21+
[make "pure"]
22+
]
23+
install:[make "install-pure"]
24+
remove:[make "uninstall-pure"]
25+
url {
26+
src:
27+
"https://github.com/strymonas/strymonas-ocaml/archive/refs/tags/v2.1.1.tar.gz"
28+
checksum: [
29+
"md5=60eed1419d5c1194ffcbc8cf912e129b"
30+
"sha512=76fa0171b7a55e3836b74913df9e144ca1eef7363ac71871699b10ca654eb874f032efef33acec234cacee1e7a930b95947b8e18a8c914780260f5987469c827"
31+
]
32+
}

0 commit comments

Comments
 (0)