package bio_io

  1. Overview
  2. Docs
A library for reading and writing common file formats used in bioinformatics like FASTA files

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.0.tar.gz
md5=1ad5b1585a190ea0973e52526c3f60a6
sha512=9190ba4a5bf128a035adf71b7e4269314415946056b34cb799cdca26c0272d087bf109fdaf19b6962c78d5410a0361e046a9c28b5614502f3ff8f0764d89862d

Description

Published: 21 Dec 2021

README

Bio_io

Bio_io is an OCaml library that provides programmatic access to common file formats used in bioinformatics like FASTA files.

License

Licensed under the Apache License, Version 2.0 or the MIT license, at your option. This program may not be copied, modified, or distributed except according to those terms.

Dependencies (7)

  1. stdio >= "v0.12" & < "v0.15"
  2. ppx_sexp_conv >= "v0.12" & < "v0.15"
  3. ppx_fields_conv >= "v0.12" & < "v0.15"
  4. ppx_compare >= "v0.12" & < "v0.15"
  5. ocaml >= "4.08.0"
  6. base >= "v0.12"
  7. dune >= "2.8"

Dev Dependencies (9)

  1. odoc with-doc
  2. core_bench >= "v0.12" & dev
  3. core >= "v0.12" & dev
  4. bisect_ppx dev
  5. re2 >= "v0.12" & with-test
  6. ppx_inline_test >= "v0.12" & with-test
  7. ppx_expect >= "v0.12" & with-test
  8. core_kernel >= "v0.12" & with-test
  9. ppx_assert >= "v0.12" & with-test

Used by

None

Conflicts

None