this repo has no description
1opam-version: "2.0"
2synopsis: "The OCaml Bioinformatics Library"
3description: """
4Biocaml aims to be a high-performance user-friendly library for
5Bioinformatics. See the [website](http://biocaml.org) for detailed API
6documentation. We welcome contributors and feedback from users. Please
7contact us with any comments and suggestions for features you would
8like added.
9"""
10maintainer: "biocaml@googlegroups.com"
11homepage: "http://biocaml.org"
12bug-reports: "https://github.com/biocaml/biocaml/issues"
13license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
14dev-repo: "git+https://github.com/biocaml/biocaml.git"
15authors: [
16 "Sebastien Mondet"
17 "Ashish Agarwal"
18 "Philippe Veber"
19 "Christophe Troestler"
20 "Sergei Lebedev"
21 "David Koppstein"
22 "Alexander Gryzlov"
23 "Francois Berenger"
24]
25
26build: ["dune" "build" "-p" name "-j" jobs]
27
28depends: [
29 "ocaml" {< "5.0"}
30 "base64"
31 "dune"
32 "core_kernel" {>= "v0.12.0" & < "v0.13"}
33 "sexplib" {< "v0.13"}
34 "camlzip" {>= "1.05"}
35 "xmlm"
36 "cfstream"
37 "ppx_compare" {< "v0.13"}
38 "ppx_sexp_conv" {< "v0.13"}
39 "re"
40 "rresult"
41 "uri"
42]
43
44depopts: [
45 "async"
46 "core"
47 "lwt"
48]
49url {
50 src: "https://github.com/biocaml/biocaml/archive/v0.10.0.tar.gz"
51 checksum: [
52 "md5=497e3f2f7128a6ca347d66848da38a3d"
53 "sha512=4a76ebbafda3bc944afaff40d69791dfe153a0638ef5d7e6e1bc962b7f991d9545cd0af2d7930b39f8b31dbf067d0603cfa03d9b7a49396ab1ae452df47fd1f3"
54 ]
55}