File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed
packages/phylogenetics/phylogenetics.0.3.0 Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ synopsis: "Algorithms and datastructures for phylogenetics"
3
+
4
+ authors: ["Louis Duchemin" "Vincent Lanore" "Philippe Veber"]
5
+ license: "CeCILL-B"
6
+ tags: ["bioinformatics" "evolution" "phylogeny"]
7
+ homepage: "https://github.com/biocaml/phylogenetics/"
8
+ bug-reports: "https://github.com/biocaml/phylogenetics/issues"
9
+ depends: [
10
+ "alcotest" {with-test}
11
+ "angstrom-unix"
12
+ "binning"
13
+ "biotk" {>= "0.2.0"}
14
+ "core" {>= "v0.16.0"}
15
+ "dune" {>= "3.6"}
16
+ "gsl"
17
+ "yojson" {>= "1.6.0"}
18
+ "lacaml" {>= "10.0.2"}
19
+ "menhir"
20
+ "ppx_deriving"
21
+ "printbox" {>= "0.6.1"}
22
+ "printbox-text"
23
+ "odoc" {with-doc}
24
+ ]
25
+ build: [
26
+ ["dune" "subst"] {dev}
27
+ [
28
+ "dune"
29
+ "build"
30
+ "-p"
31
+ name
32
+ "-j"
33
+ jobs
34
+ "@install"
35
+ "@runtest" {with-test}
36
+ "@doc" {with-doc}
37
+ ]
38
+ ]
39
+ dev-repo: "git+https://github.com/biocaml/phylogenetics.git"
40
+ url {
41
+ src:
42
+ "https://github.com/biocaml/phylogenetics/releases/download/v0.3.0/phylogenetics-0.3.0.tbz"
43
+ checksum: [
44
+ "sha256=de867d7cc017a8e434dab43ef16f0f6495973892cd7b6a8446b18e79393704a8"
45
+ "sha512=0209538caf94be47eabcaa25399c54849bd4fa0fc79e0579acee27f46ef3b72aa50e17bdb48fed8e86674d4caee6c1c4c423833a2757db12e2a6cc28234510de"
46
+ ]
47
+ }
48
+ x-commit-hash: "50309eaacba3d8140e6ce6f02fa49e13d4b89c23"
You can’t perform that action at this time.
0 commit comments