this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml Corosync binding" 3description: "An OCaml language binding to libcorosync" 4maintainer: ["Shuntian Liu"] 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.16"} 15 "stdint" 16 "ctypes" {>= "0.22.0"} 17 "ctypes-foreign" {>= "0.22.0"} 18 "ipaddr" 19 "alcotest" {>= "1.7.0"} 20 "odoc" {with-doc} 21 "conf-libcorosync" 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.0.1/corosync-0.0.1.tbz" 41 checksum: [ 42 "sha256=c1cf8ae96757c0b9f91b7619dc0f6417782e0734404965667796098c0710fafd" 43 "sha512=b936be73cf049c5499e6eafef22caa459cf52553d0412f777213c810bae38bc77b55843edf671652115751279da66e834d4d9b7391e1d85aca4975ab4fd9626f" 44 ] 45} 46x-commit-hash: "56babd87e897b6c86ab7d0ab0614029b04c465d8"