Skip to content

Commit 5b1a81f

Browse files
authored
Merge pull request #24689 from okeuday/cloudi
Added cloudi.2.0.7
2 parents fddbea7 + edca921 commit 5b1a81f

File tree

1 file changed

+21
-0
lines changed
  • packages/cloudi/cloudi.2.0.7

1 file changed

+21
-0
lines changed

packages/cloudi/cloudi.2.0.7/opam

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
opam-version: "2.0"
2+
maintainer: "Michael Truog <mjtruog at protonmail dot com>"
3+
authors: "Michael Truog <mjtruog at protonmail dot com>"
4+
homepage: "https://cloudi.org/"
5+
bug-reports: "https://github.com/CloudI/cloudi_api_ocaml/issues"
6+
license: "MIT"
7+
dev-repo: "git+https://github.com/CloudI/cloudi_api_ocaml.git"
8+
build: [
9+
[make]
10+
]
11+
depends: [
12+
"ocaml" {>= "4.03.0"}
13+
"base-unix"
14+
"zarith" {>= "1.13"}
15+
]
16+
conflicts: [ "ocaml-option-bytecode-only" ]
17+
synopsis: "OCaml CloudI API"
18+
url {
19+
src: "https://github.com/CloudI/cloudi_api_ocaml/archive/v2.0.7.tar.gz"
20+
checksum: "sha512=7f57d3a2bfca1091b2fe0d68252781f2667a883cc71e1b4011c2e58193365524de5432c5ba1ea7bbb9e02f7cc312de342e42f2fd337a35d68cf6a8617f3257ad"
21+
}

0 commit comments

Comments
 (0)