File tree Expand file tree Collapse file tree 3 files changed +50
-0
lines changed
packages/biocaml/biocaml.0.6.0 Expand file tree Collapse file tree 3 files changed +50
-0
lines changed Original file line number Diff line number Diff line change
1
+ The OCaml Bioinformatics Library
2
+ Biocaml aims to be a high-performance user-friendly library for
3
+ Bioinformatics. See the [website](http://biocaml.org) for detailed API
4
+ documentation. We welcome contributors and feedback from users. Please
5
+ contact us with any comments and suggestions for features you would
6
+ like added.
7
+
Original file line number Diff line number Diff line change
1
+ opam-version: "1.2"
2
+
3
+ authors: [
4
+ "Sebastien Mondet"
5
+ "Ashish Agarwal"
6
+ "Philippe Veber"
7
+ "Christophe Troestler"
8
+ "Sergei Lebedev"
9
+ "David Koppstein"
10
+ "Alexander Gryzlov"
11
+ "Francois Berenger"
12
+ ]
13
+ homepage: "http://biocaml.org"
14
+ bug-reports: "https://github.com/biocaml/biocaml/issues"
15
+ license: "LGPL + linking exception"
16
+ dev-repo: "https://github.com/biocaml/biocaml.git"
17
+ build: [
18
+ [make "byte"]
19
+ [make "native"]
20
+ [make "META"]
21
+ [make "%{name}%.install"]
22
+ ]
23
+ depends: [
24
+ "ocamlfind" {build}
25
+ "solvuu-build" {build & >= "0.2.0"}
26
+ "core_kernel" {>= "111.13.00" }
27
+ "sexplib"
28
+ "camlzip" {>= "1.05"}
29
+ "xmlm"
30
+ "cfstream"
31
+ "ppx_compare"
32
+ "ppx_sexp_conv"
33
+ "re"
34
+ "rresult"
35
+ "uri"
36
+ ]
37
+ depopts: ["async" "core" "lwt" "ounit"]
38
+ conflicts: [
39
+ "core" {< "111.13.00"}
40
+ ]
41
+ available: [ocaml-version >= "4.03.0"]
Original file line number Diff line number Diff line change
1
+ http: "https://github.com/biocaml/biocaml/archive/v0.6.0.tar.gz"
2
+ checksum: "e4a4493a6a72b68ea374b82b8a234d23"
You can’t perform that action at this time.
0 commit comments