File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
packages/strymonas-pure/strymonas-pure.2.1.1 Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ opam-version: "2.0"
3
+ synopsis: "Stream fusion, to completeness"
4
+
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
+ }
You can’t perform that action at this time.
0 commit comments