this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis:
4 "A library for reading and writing common file formats used in bioinformatics like FASTA files"
5maintainer: ["Ryan M. Moore"]
6authors: ["Ryan M. Moore"]
7homepage: "https://github.com/mooreryan/bio_io"
8doc: "https://mooreryan.github.io/bio_io/"
9bug-reports: "https://github.com/mooreryan/bio_io/issues"
10depends: [
11 "dune" {>= "3.2"}
12 "base" {>= "v0.15" & < "v0.17"}
13 "ocaml" {>= "4.10"}
14 "ppx_compare" {>= "v0.15"}
15 "ppx_fields_conv" {>= "v0.15"}
16 "ppx_sexp_conv" {>= "v0.15"}
17 "stdio" {>= "v0.15"}
18 "ppx_assert" {>= "v0.15" & with-test}
19 "base_quickcheck" {>= "v0.15" & with-test}
20 "ppx_expect" {>= "v0.15" & with-test}
21 "ppx_inline_test" {>= "v0.15" & with-test}
22 "re" {>= "1.10" & with-test}
23 "odoc" {with-doc}
24]
25build: [
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]
39dev-repo: "git+https://github.com/mooreryan/bio_io.git"
40license: ["MIT" "Apache-2.0"]
41url {
42 src: "https://github.com/mooreryan/bio_io/archive/0.5.1.tar.gz"
43 checksum: [
44 "md5=6cc64d38a9cba13754cae52db1ade85d"
45 "sha512=5008a30225ec306378e282dab2c00d545949be0e778e4b352c5e29012e08f88acef4ed75cf03a55276b657a057355399be3a55ea77d58231a03efc66a03a8b13"
46 ]
47}