this repo has no description
1opam-version: "2.0"
2maintainer: "Andre Nathan <andre@hostnet.com.br>"
3authors: "Andre Nathan <andre@hostnet.com.br>"
4homepage: "https://github.com/andrenth/ocaml-srs"
5bug-reports: "https://github.com/andrenth/ocaml-srs/issues"
6license: "MIT"
7dev-repo: "git+https://github.com/andrenth/ocaml-srs.git"
8build: ["jbuilder" "build" "-p" name "-j" jobs]
9depends: [
10 "ocaml"
11 "jbuilder" {>= "1.0+beta7"}
12]
13x-ci-accept-failures: ["debian-unstable"]
14synopsis: "OCaml bindings for libsrs2"
15description: "OCaml-SRS provides C bindings to libsrs2 for OCaml"
16url {
17 src: "https://github.com/andrenth/ocaml-srs/archive/2.0.0.tar.gz"
18 checksum: [
19 "sha256=93c9af850a775ed97eb084f7c13521270b20d1d9aec6a4cb33b90b6ddef231e0"
20 "md5=42a894c2be920674f8cc4d78cc6e0829"
21 ]
22}