opam-version: "2.0" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ["dune" "build" "-p" name "@doc"] {with-doc} ] maintainer: ["philippe.veber@gmail.com"] authors: [ "Sebastien Mondet" "Ashish Agarwal" "Philippe Veber" "Christophe Troestler" "Sergei Lebedev" "David Koppstein" "Alexander Gryzlov" "Francois Berenger" ] bug-reports: "https://github.com/biocaml/biocaml/issues" homepage: "https://github.com/biocaml/biocaml/" license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" dev-repo: "git+https://github.com/biocaml/biocaml.git" 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. """ depends: [ "ocaml" {< "5.0"} "base64" "dune" {>= "1.10"} "core" {>= "v0.15.0"} "core_unix" {>= "v0.15.0"} "sexplib" "camlzip" {>= "1.05"} "xmlm" "cfstream" "ppx_compare" "ppx_sexp_conv" "re" "rresult" "uri" ] depopts: ["async" "lwt"] available: arch != "x86_32" & arch != "arm32" url { src: "https://github.com/biocaml/biocaml/releases/download/v0.11.2/biocaml-0.11.2.tbz" checksum: [ "sha256=fae219e66db06f81f3fd7d9e44717ccf2d6d85701adb12004ab4ae6d3359dd2d" "sha512=f6abd60dac2e02777be81ce3b5acdc0db23b3fa06731f5b2d0b32e6ecc9305fe64f407bbd95a3a9488b14d0a7ac7c41c73a7e18c329a8f18febfc8fd50eccbc6" ] } x-commit-hash: "6111ee448989c2afbaa5a2c9963240a9d209f0a4"