Skip to content

Commit 01e40b8

Browse files
authored
Merge pull request #26166 from pveber/release-biotk-v0.3
[new release] biotk (0.3)
2 parents 8a48c7a + fa11b0c commit 01e40b8

File tree

1 file changed

+60
-0
lines changed
  • packages/biotk/biotk.0.3

1 file changed

+60
-0
lines changed

packages/biotk/biotk.0.3/opam

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
opam-version: "2.0"
2+
synopsis: "Bioinformatics toolkit"
3+
description: """
4+
biotk implements various functionalities in
5+
computational biology, like parsers/unparsers for some file
6+
formats, a few basic data structures and sequence algorithms, as
7+
well as access to some databases."""
8+
maintainer: ["[email protected]"]
9+
authors: ["Philippe Veber"]
10+
license: "CeCILL-C"
11+
homepage: "https://github.com/pveber/biotk/"
12+
bug-reports: "https://github.com/pveber/biotk/issues"
13+
depends: [
14+
"dune" {>= "3.6"}
15+
"angstrom" {>= "0.15.0"}
16+
"angstrom-unix" {>= "0.15.0"}
17+
"binning"
18+
"camlzip" {>= "1.05"}
19+
"core" {>= "v0.16.0"}
20+
"core_bench" {with-test}
21+
"core_unix" {>= "v0.16.0"}
22+
"crunch" {>= "3.2.0"}
23+
"fmt"
24+
"gsl"
25+
"ocaml" {>= "4.13.0"}
26+
"otfm"
27+
"ppx_csv_conv"
28+
"ppx_deriving"
29+
"result" {>= "1.5"}
30+
"rresult" {>= "0.6.0"}
31+
"uri" {>= "4.2.0"}
32+
"vg"
33+
"tyxml" {>= "4.4.0"}
34+
"zlib" {>= "0.6"}
35+
"odoc" {with-doc}
36+
]
37+
build: [
38+
["dune" "subst"] {dev}
39+
[
40+
"dune"
41+
"build"
42+
"-p"
43+
name
44+
"-j"
45+
jobs
46+
"@install"
47+
"@runtest" {with-test}
48+
"@doc" {with-doc}
49+
]
50+
]
51+
dev-repo: "git+https://github.com/pveber/biotk.git"
52+
available: arch != "arm32" & arch != "x86_32"
53+
url {
54+
src: "https://github.com/pveber/biotk/releases/download/v0.3/biotk-0.3.tbz"
55+
checksum: [
56+
"sha256=f5e45ddea62d794c6eff134450447f0c7a1dafa7130ae3ed48aaf7f31df68228"
57+
"sha512=9181202293866e8ef8bc4bc973c0da3fef915d04bfb214b0e98522e979311868dccc8633e651de24ae8c257833ce021001cfae19036c1a5260eeaae27c26e49b"
58+
]
59+
}
60+
x-commit-hash: "4b35d9688c7efce357383ed19442c9ff0f97c082"

0 commit comments

Comments
 (0)