this repo has no description
1opam-version: "2.0" 2maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 3authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 4homepage: "https://github.com/dinosaure/unstrctrd" 5bug-reports: "https://github.com/dinosaure/unstrctrd/issues" 6dev-repo: "git+https://github.com/dinosaure/unstrctrd.git" 7doc: "https://dinosaure.github.io/unstrctrd/" 8license: "MIT" 9synopsis: "Unstructured parser" 10description: """Fast and compliant Unstructured parser according RFC 822 11""" 12 13build: [ "dune" "build" "-p" name "-j" jobs ] 14run-test: [ "dune" "runtest" "-p" name "-j" jobs ] 15 16depends: [ 17 "ocaml" {>= "4.07.0"} 18 "ocaml" {with-test & < "5.2"} 19 "dune" {>= "1.10"} 20 "uutf" 21 "fmt" 22 "angstrom" {>= "0.11.0"} 23 "rresult" {with-test} 24 "alcotest" {with-test} 25 "ke" {with-test} 26 "bigstringaf" {with-test} 27 "hxd" {with-test & = "0.1.0"} 28] 29url { 30 src: 31 "https://github.com/dinosaure/unstrctrd/releases/download/v0.1/unstrctrd-v0.1.tbz" 32 checksum: [ 33 "sha256=a7940f56f118383770bbd31a6dcca1282831031a60c2fd57c4801eca6484435d" 34 "sha512=95d5ad7090c9de99f28f1b7d95c39fce506239d702f0001e85e59a05186e76099893b8af925b2f5e1db50bb17b817cc58add40003c4f111147e272f91b8d5bb6" 35 ] 36}