Skip to content

Commit b517c0f

Browse files
authored
Merge pull request #24394 from mooreryan/opam-publish-bio_io.0.7.0
Package bio_io.0.7.0
2 parents 438c733 + 5842753 commit b517c0f

File tree

1 file changed

+47
-0
lines changed
  • packages/bio_io/bio_io.0.7.0

1 file changed

+47
-0
lines changed

packages/bio_io/bio_io.0.7.0/opam

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis:
4+
"A library for reading and writing common file formats used in bioinformatics like FASTA files"
5+
maintainer: ["Ryan M. Moore"]
6+
authors: ["Ryan M. Moore"]
7+
homepage: "https://github.com/mooreryan/bio_io"
8+
doc: "https://mooreryan.github.io/bio_io/"
9+
bug-reports: "https://github.com/mooreryan/bio_io/issues"
10+
depends: [
11+
"dune" {>= "3.2"}
12+
"base" {>= "v0.16"}
13+
"ocaml" {>= "4.14"}
14+
"ppx_compare" {>= "v0.16"}
15+
"ppx_fields_conv" {>= "v0.16"}
16+
"ppx_sexp_conv" {>= "v0.16"}
17+
"stdio" {>= "v0.16"}
18+
"ppx_assert" {>= "v0.16" & with-test}
19+
"base_quickcheck" {>= "v0.16" & with-test}
20+
"ppx_expect" {>= "v0.16" & with-test}
21+
"ppx_inline_test" {>= "v0.16" & with-test}
22+
"re" {>= "1.10" & with-test}
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/mooreryan/bio_io.git"
40+
license: ["MIT" "Apache-2.0"]
41+
url {
42+
src: "https://github.com/mooreryan/bio_io/archive/refs/tags/0.7.0.tar.gz"
43+
checksum: [
44+
"md5=f1c5c5d9436a9572340b313043f3f96b"
45+
"sha512=70f204e5b4bf7e3418efca8e6ca6d0bb446b0c1623be8410b014fc559901a7d333b22770c8a5344b5fd1c5d058ca9678d90e0b32fafdc429a7932209df81c5a2"
46+
]
47+
}

0 commit comments

Comments
 (0)