this repo has no description
1opam-version: "2.0"
2maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
3authors: ["Vincent Bernardoff <vb@luminar.eu.org>"]
4homepage: "https://github.com/vbmithr/ocaml-ipv6-multicast"
5doc: "https://vbmithr.github.io/ocaml-ipv6-multicast/doc"
6license: "ISC"
7dev-repo: "git+https://github.com/vbmithr/ocaml-ipv6-multicast.git"
8bug-reports: "https://github.com/vbmithr/ocaml-ipv6-multicast/issues"
9depends: [
10 "ocaml" {>= "4.03.0"}
11 "jbuilder" {>= "1.0+beta11"}
12 "rresult" {>= "0.5.0"}
13 "cstruct" {>= "3.2.1" & < "6.1.0"}
14 "ipaddr" {>= "2.8.0" & < "4.0.0"}
15]
16build: [ "jbuilder" "build" "-j" jobs "-p" name "@install" ]
17synopsis: "UNIX bindings for IPv6 multicast"
18url {
19 src: "https://github.com/vbmithr/ocaml-ipv6-multicast/archive/0.9.tar.gz"
20 checksum: [
21 "sha256=37c51a16fd42443a164226cdb199e34ad29651f3ee8e4a908e6f4baabb172dd8"
22 "md5=e5edec402d702291f781bdd4669e4b42"
23 ]
24}