this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml Corosync binding" 3description: "An OCaml language binding to libcorosync" 4maintainer: ["Shuntian Liu <shuntian.liu@outlook.com>"] 5authors: ["Shuntian Liu"] 6license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 7tags: ["corosync" "binding"] 8homepage: "https://github.com/Vincent-lau/ocaml-corosync" 9doc: "https://Vincent-lau.github.io/ocaml-corosync/doc" 10bug-reports: "https://github.com/Vincent-lau/ocaml-corosync/issues" 11depends: [ 12 "astring" {>= "0.8.5"} 13 "ocaml" {>= "4.08"} 14 "dune" {>= "3.11" & >= "3.16"} 15 "stdint" 16 "ctypes" {>= "0.22.0"} 17 "ctypes-foreign" {>= "0.22.0"} 18 "ipaddr" 19 "alcotest" {>= "1.7.0"} 20 "conf-libcorosync" 21 "odoc" {with-doc} 22] 23build: [ 24 ["dune" "subst"] {dev} 25 [ 26 "dune" 27 "build" 28 "-p" 29 name 30 "-j" 31 jobs 32 "@install" 33 "@runtest" {with-test} 34 "@doc" {with-doc} 35 ] 36] 37dev-repo: "git+https://github.com/Vincent-lau/ocaml-corosync.git" 38url { 39 src: 40 "https://github.com/Vincent-lau/ocaml-corosync/releases/download/v0.1.0/corosync-0.1.0.tbz" 41 checksum: [ 42 "sha256=50dfd86c7142e6fcd1a9aac3f17733e4ce4036823d3447852afa753152a88821" 43 "sha512=d43d33f1073bea24dfe3443859673dceeb7c26bae8198d7fef0477dc9779e51ffb5771e1a2964c0ae9ff73625c48e3e74d6d221dbcc3c803e8481331e443c7a3" 44 ] 45} 46x-commit-hash: "82b3ca04a5dd861e5cf815bd6457948c14a4a627"