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.2.1.tar.gz
md5=d12adec17d0514b35ff786e858bc2b35
sha512=1824fdfd2e835907d73caab8f1e95deab8e8256eb5851d4a620ff0d76d2eb0c1fc75e5951d7646fcd23b936393010f558681a0f8f596514b8ea25b8bf0867298

Description

Published: 13 Sep 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 (5)

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

Dev Dependencies (6)

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

Used by

None

Conflicts

None