this repo has no description

Merge pull request #19074 from pveber/release-biotk-0.0.0

[new release] biotk (0.0.0)

Changed files
+55
packages
biotk
biotk.0.0.0
+55
packages/biotk/biotk.0.0.0/opam
···
···
+
opam-version: "2.0"
+
synopsis: "Bioinformatics toolkit"
+
description: """
+
biotk implements various functionalities in
+
computational biology, like parsers/unparsers for some
+
file formats, a few basic data structures and sequence
+
algorithms, as well as access to some databases."""
+
maintainer: ["philippe.veber@gmail.com"]
+
authors: ["Philippe Veber"]
+
license: "CeCILL-B"
+
homepage: "https://github.com/pveber/biotk/"
+
bug-reports: "https://github.com/pveber/biotk/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"angstrom" {>= "0.15.0"}
+
"angstrom-unix" {>= "0.15.0"}
+
"biocaml"
+
"core" {>= "v0.14.0"}
+
"fmt"
+
"ocaml" {>= "4.11.0"}
+
"ocamlify"
+
"ocamlnet"
+
"otfm"
+
"ppx_csv_conv"
+
"ppx_deriving"
+
"result" {>= "1.5"}
+
"rresult" {>= "0.6.0"}
+
"vg"
+
"tyxml" {>= "4.4.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/pveber/biotk.git"
+
x-commit-hash: "00637dcf3c9d69d45ea278245228cbf76673ab47"
+
url {
+
src:
+
"https://github.com/pveber/biotk/releases/download/v0.0.0/biotk-v0.0.0.tbz"
+
checksum: [
+
"sha256=4d487ddb8951d51f0c461a42da2e7f4a8fedcc3691718a93ac577da5d3058b2e"
+
"sha512=491ccccba2edb4565946361bbf3a0e764b57238cc8ee8af469a717dcdf18711cf9516becc91956997b870c8944ebe6d1662a2edbb5567c439991c5afd3bceb15"
+
]
+
}