opam-version: "2.0"
maintainer: "biocaml@googlegroups.com"
homepage: "http://biocaml.org"
bug-reports: "https://github.com/biocaml/biocaml/issues"
license: "LGPL-2.1-only with OCaml-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: [
  ["omake" "PREFIX=%{prefix}%"]
  ["omake" "doc"] {with-doc}
]
install: [
  ["omake" "%{name}%.install"]
  ["omake" "install_doc" "DOCDIR=%{doc}%/biocaml"] {with-doc}
]
depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlfind" {build}
  "omake" {build & < "0.10"}
  "core" {>= "111.13.00" & <= "113.00.00"}
  "sexplib" {< "v0.14"}
  "camlzip" {>= "1.05"}
  "xmlm"
  "cfstream"
  "future"
  "ppx_compare" {< "v0.14"}
  "ppx_deriving"
  "ppx_sexp_conv" {< "v0.14"}
  "re"
  "uri"
  "lwt"
  "async" {< "v0.14"}
  "ounit"
]
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."""
flags: light-uninstall
url {
  src: "https://github.com/biocaml/biocaml/archive/v0.4.0.tar.gz"
  checksum: "md5=6c00715886b8b655a62086ded1bcdf1b"
}
