opam-version: "2.0" synopsis: "The OCaml Bioinformatics Library" description: """ Biocaml aims to be a high-performance user-friendly library for Bioinformatics. See the [website](http://biocaml.org) for detailed API documentation. We welcome contributors and feedback from users. Please contact us with any comments and suggestions for features you would like added. """ maintainer: "biocaml@googlegroups.com" homepage: "http://biocaml.org" bug-reports: "https://github.com/biocaml/biocaml/issues" license: "LGPL + linking exception" dev-repo: "git+https://github.com/biocaml/biocaml.git" authors: [ "Sebastien Mondet" "Ashish Agarwal" "Philippe Veber" "Christophe Troestler" "Sergei Lebedev" "David Koppstein" "Alexander Gryzlov" "Francois Berenger" ] build: ["dune" "build" "-p" name "-j" jobs] depends: [ "ocaml" {< "5.0"} "base64" "dune" {>= "1.0"} "core_kernel" {>= "v0.14.0"} "sexplib" "camlzip" {>= "1.05"} "xmlm" "cfstream" "ppx_compare" "ppx_sexp_conv" "re" "rresult" "uri" ] depopts: [ "async" "core" "lwt" ] available: arch != "x86_32" & arch != "arm32" url { src: "https://github.com/biocaml/biocaml/archive/v0.11.1.tar.gz" checksum: [ "md5=e292efa2f61fec33dad63ec897106f59" "sha512=35519bf3b1e67a9191ef9bb74eba0dae941e0d05bad89076a36f507dc5c2d105a03c1c917d5a3f7ed9d1da4acbf3199582f78c308aa2a5a22c21f743945c852b" ] }