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/refs/tags/0.6.0.tar.gz" 43 checksum: [ 44 "md5=b1482999e17b5adc24740f95f80b92e3" 45 "sha512=ed6bc59b2d78551b84f8651e2d0670fb88f3ebcf88152196c6826bb90ade93efcec714e136be91beaef44949ef3f0c12f033ff37ab166ba30e192d50f6d6fee6" 46 ] 47}