this repo has no description
1opam-version: "2.0" 2synopsis: "Bson format encoding/decoding for Ocaml" 3maintainer: "stephanos.tsoucas@gmail.com" 4authors: "Stephanos Tsoucas" 5license: "Apache-2.0" 6homepage: "https://github.com/nosman/Bson2" 7bug-reports: "https://github.com/nosman/Bson2/issues" 8depends: [ 9 "ocaml" {>= "4.04"} 10 "ounit" {with-test} 11 "dune" {>= "1.11"} 12 "core" {>= "v0.12.0" & < "v0.13"} 13] 14build: [ 15 ["dune" "build" "-p" name "-j" jobs] 16 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 17] 18dev-repo: "git+https://github.com/nosman/Bson2.git" 19url { 20 src: "https://github.com/nosman/Bson2/archive/0.0.1.tar.gz" 21 checksum: [ 22 "md5=c85d4bff9cd74f10102c54f0c117deac" 23 "sha512=66241cc8ab0c012f3f99ac9eb586e2e779ec1477086b39f1518a8b00017086a432f70da1d1b0f3a8f967945e66ede602997abb5a86fa655e198dc27a05a84a0c" 24 ] 25}