# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "A library for reading and writing common file formats used in bioinformatics like FASTA files" maintainer: ["Ryan M. Moore"] authors: ["Ryan M. Moore"] homepage: "https://github.com/mooreryan/bio_io" doc: "https://mooreryan.github.io/bio_io/" bug-reports: "https://github.com/mooreryan/bio_io/issues" depends: [ "dune" {>= "3.2"} "base" {>= "v0.15" & < "v0.17"} "ocaml" {>= "4.10"} "ppx_compare" {>= "v0.15"} "ppx_fields_conv" {>= "v0.15"} "ppx_sexp_conv" {>= "v0.15"} "stdio" {>= "v0.15"} "ppx_assert" {>= "v0.15" & with-test} "base_quickcheck" {>= "v0.15" & with-test} "ppx_expect" {>= "v0.15" & with-test} "ppx_inline_test" {>= "v0.15" & with-test} "re" {>= "1.10" & with-test} "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/mooreryan/bio_io.git" license: ["MIT" "Apache-2.0"] url { src: "https://github.com/mooreryan/bio_io/archive/refs/tags/0.6.0.tar.gz" checksum: [ "md5=b1482999e17b5adc24740f95f80b92e3" "sha512=ed6bc59b2d78551b84f8651e2d0670fb88f3ebcf88152196c6826bb90ade93efcec714e136be91beaef44949ef3f0c12f033ff37ab166ba30e192d50f6d6fee6" ] }