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 + 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" {>= "1.0"}
32 "core_kernel" {>= "v0.14.0"}
33 "sexplib"
34 "camlzip" {>= "1.05"}
35 "xmlm"
36 "cfstream"
37 "ppx_compare"
38 "ppx_sexp_conv"
39 "re"
40 "rresult"
41 "uri"
42]
43
44depopts: [
45 "async"
46 "core"
47 "lwt"
48]
49
50available: arch != "x86_32" & arch != "arm32"
51
52url {
53 src: "https://github.com/biocaml/biocaml/archive/v0.11.0.tar.gz"
54 checksum: [
55 "md5=486aeb3e552dabae85839e2af30d6c52"
56 "sha512=4ed2df0b7cbd80bd6e29bd8fee9d2dacd9379ad0f4ff142bd8e16ade3f1507f6cc7cbe4c614943b8feb8fa4705935695cb458606b0da813dbf255b1e566a43cf"
57 ]
58}