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.3.0.tar.gz
md5=7194e7c77796b1a0cf9cf1727a3d81a1
sha512=8ed1ee5856f61544b914e24ba6d6bd45c2bb656029a45e579c33a03666c453d3eee9a4170aeb025120fb14370ea678e5cfebcbfb3bb770be87480199b36cb742

Description

Published: 07 Oct 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 (6)

  1. stdio >= "v0.12" & < "v0.15"
  2. ppx_sexp_conv >= "v0.12" & < "v0.15"
  3. ppx_compare >= "v0.12" & < "v0.15"
  4. ocaml >= "4.08.0"
  5. base >= "v0.12"
  6. 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