this repo has no description
1opam-version: "2.0" 2synopsis: "Bioinformatics toolkit" 3description: """ 4biotk implements various functionalities in 5 computational biology, like parsers/unparsers for some 6 file formats, a few basic data structures and sequence 7 algorithms, as well as access to some databases.""" 8maintainer: ["philippe.veber@gmail.com"] 9authors: ["Philippe Veber"] 10license: "CeCILL-B" 11homepage: "https://github.com/pveber/biotk/" 12bug-reports: "https://github.com/pveber/biotk/issues" 13depends: [ 14 "dune" {>= "2.7"} 15 "angstrom" {>= "0.15.0"} 16 "angstrom-unix" {>= "0.15.0"} 17 "biocaml" 18 "core" {>= "v0.14.0" & < "v0.15"} 19 "fmt" 20 "ocaml" {>= "4.11.0"} 21 "ocamlify" 22 "ocamlnet" 23 "otfm" 24 "ppx_csv_conv" 25 "ppx_deriving" 26 "result" {>= "1.5"} 27 "rresult" {>= "0.6.0"} 28 "vg" 29 "tyxml" {>= "4.4.0"} 30 "odoc" {with-doc} 31] 32build: [ 33 ["dune" "subst"] {dev} 34 [ 35 "dune" 36 "build" 37 "-p" 38 name 39 "-j" 40 jobs 41 "@install" 42 "@runtest" {with-test} 43 "@doc" {with-doc} 44 ] 45] 46dev-repo: "git+https://github.com/pveber/biotk.git" 47x-commit-hash: "00637dcf3c9d69d45ea278245228cbf76673ab47" 48url { 49 src: 50 "https://github.com/pveber/biotk/releases/download/v0.0.0/biotk-v0.0.0.tbz" 51 checksum: [ 52 "sha256=4d487ddb8951d51f0c461a42da2e7f4a8fedcc3691718a93ac577da5d3058b2e" 53 "sha512=491ccccba2edb4565946361bbf3a0e764b57238cc8ee8af469a717dcdf18711cf9516becc91956997b870c8944ebe6d1662a2edbb5567c439991c5afd3bceb15" 54 ] 55}