opam-version: "2.0" synopsis: "Bson format encoding/decoding for Ocaml" maintainer: "stephanos.tsoucas@gmail.com" authors: "Stephanos Tsoucas" license: "Apache-2.0" homepage: "https://github.com/nosman/Bson2" bug-reports: "https://github.com/nosman/Bson2/issues" depends: [ "ocaml" {>= "4.04"} "ounit" {with-test} "dune" {>= "1.11"} "core" {>= "v0.12.0" & < "v0.13"} ] build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] dev-repo: "git+https://github.com/nosman/Bson2.git" url { src: "https://github.com/nosman/Bson2/archive/0.0.1.tar.gz" checksum: [ "md5=c85d4bff9cd74f10102c54f0c117deac" "sha512=66241cc8ab0c012f3f99ac9eb586e2e779ec1477086b39f1518a8b00017086a432f70da1d1b0f3a8f967945e66ede602997abb5a86fa655e198dc27a05a84a0c" ] }