this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: 4 "A library for reading and writing common file formats used in bioinformatics like FASTA files" 5maintainer: ["Ryan M. Moore"] 6authors: ["Ryan M. Moore"] 7homepage: "https://github.com/mooreryan/bio_io" 8doc: "https://mooreryan.github.io/bio_io/" 9bug-reports: "https://github.com/mooreryan/bio_io/issues" 10depends: [ 11 "dune" {>= "3.2"} 12 "base" {>= "v0.16"} 13 "ocaml" {>= "4.14"} 14 "ppx_compare" {>= "v0.16"} 15 "ppx_fields_conv" {>= "v0.16"} 16 "ppx_sexp_conv" {>= "v0.16"} 17 "stdio" {>= "v0.16"} 18 "ppx_assert" {>= "v0.16" & with-test} 19 "base_quickcheck" {>= "v0.16" & with-test} 20 "ppx_expect" {>= "v0.16" & with-test} 21 "ppx_inline_test" {>= "v0.16" & with-test} 22 "re" {>= "1.10" & with-test} 23 "odoc" {with-doc} 24] 25build: [ 26 ["dune" "subst"] {dev} 27 [ 28 "dune" 29 "build" 30 "-p" 31 name 32 "-j" 33 jobs 34 "@install" 35 "@runtest" {with-test} 36 "@doc" {with-doc} 37 ] 38] 39dev-repo: "git+https://github.com/mooreryan/bio_io.git" 40license: ["MIT" "Apache-2.0"] 41url { 42 src: "https://github.com/mooreryan/bio_io/archive/refs/tags/0.7.0.tar.gz" 43 checksum: [ 44 "md5=f1c5c5d9436a9572340b313043f3f96b" 45 "sha512=70f204e5b4bf7e3418efca8e6ca6d0bb446b0c1623be8410b014fc559901a7d333b22770c8a5344b5fd1c5d058ca9678d90e0b32fafdc429a7932209df81c5a2" 46 ] 47}