this repo has no description
1opam-version: "2.0" 2synopsis: "The OCaml Bioinformatics Library" 3description: """ 4Biocaml aims to be a high-performance user-friendly library for 5Bioinformatics. See the [website](http://biocaml.org) for detailed API 6documentation. We welcome contributors and feedback from users. Please 7contact us with any comments and suggestions for features you would 8like added. 9""" 10maintainer: "biocaml@googlegroups.com" 11homepage: "http://biocaml.org" 12bug-reports: "https://github.com/biocaml/biocaml/issues" 13license: "LGPL + linking exception" 14dev-repo: "git+https://github.com/biocaml/biocaml.git" 15authors: [ 16 "Sebastien Mondet" 17 "Ashish Agarwal" 18 "Philippe Veber" 19 "Christophe Troestler" 20 "Sergei Lebedev" 21 "David Koppstein" 22 "Alexander Gryzlov" 23 "Francois Berenger" 24] 25 26build: ["dune" "build" "-p" name "-j" jobs] 27 28depends: [ 29 "ocaml" {< "4.10"} 30 "base64" 31 "dune" {>= "1.0"} 32 "core_kernel" {>= "v0.12.0" & < "v0.14"} 33 "sexplib" {< "v0.14"} 34 "camlzip" {>= "1.05"} 35 "xmlm" 36 "cfstream" 37 "ppx_compare" {< "v0.14"} 38 "ppx_sexp_conv" {< "v0.14"} 39 "re" 40 "rresult" 41 "uri" 42] 43 44depopts: [ 45 "async" 46 "core" 47 "lwt" 48] 49url { 50 src: "https://github.com/biocaml/biocaml/archive/v0.10.1.tar.gz" 51 checksum: [ 52 "md5=4cf944bcae5d36bf47b67f6bcb2455d7" 53 "sha512=0262b5768aefd7c080f664c46c88876fce9a658cc6a87358a77b7112c49ae3042e7ab542e76be5738fbaeda853149b308b48d4897960b5c7ae3b4da71d978bd8" 54 ] 55}