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