Skip to content

Commit 7b592c8

Browse files
authored
Merge pull request ocaml#8204 from pveber/opam-publish/biocaml.0.6.0
biocaml.0.6.0 - via opam-publish
2 parents daa374c + 8b0ee96 commit 7b592c8

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed

packages/biocaml/biocaml.0.6.0/descr

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+

packages/biocaml/biocaml.0.6.0/opam

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
opam-version: "1.2"
2+
maintainer: "[email protected]"
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"]

packages/biocaml/biocaml.0.6.0/url

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
http: "https://github.com/biocaml/biocaml/archive/v0.6.0.tar.gz"
2+
checksum: "e4a4493a6a72b68ea374b82b8a234d23"

0 commit comments

Comments
 (0)