opam-version: "2.0" synopsis: "A library for reading and writing common file formats used in bioinformatics like FASTA files" maintainer: "Ryan Moore" authors: "Ryan Moore" license: "MIT" 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" {>= "2.8"} "base" {>= "v0.12"} "ocaml" {>= "4.08.0"} "ppx_sexp_conv" {>= "v0.12" & < "v0.15"} "stdio" {>= "v0.12" & < "v0.15"} "ppx_expect" {>= "v0.12" & with-test} "ppx_inline_test" {>= "v0.12" & with-test} "bisect_ppx" {dev} "core" {>= "v0.12" & dev} "core_bench" {>= "v0.12" & dev} "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" url { src: "https://github.com/mooreryan/bio_io/archive/0.2.1.tar.gz" checksum: [ "md5=d12adec17d0514b35ff786e858bc2b35" "sha512=1824fdfd2e835907d73caab8f1e95deab8e8256eb5851d4a620ff0d76d2eb0c1fc75e5951d7646fcd23b936393010f558681a0f8f596514b8ea25b8bf0867298" ] }