this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #24689 from okeuday/cloudi

Added cloudi.2.0.7

authored by

Marcello Seri and committed by
GitHub
5b1a81f3 fddbea79

+21
+21
packages/cloudi/cloudi.2.0.7/opam
··· 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 + }