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 "angstrom" {>= "0.14.0"} 22 "rresult" {with-test} 23 "alcotest" {with-test} 24 "ke" {with-test} 25 "bigstringaf" {with-test} 26 "hxd" {with-test & < "0.3.0"} 27 "fmt" {with-test} 28] 29url { 30 src: 31 "https://github.com/dinosaure/unstrctrd/releases/download/v0.2/unstrctrd-v0.2.tbz" 32 checksum: [ 33 "sha256=1040bfcd411a345faaf4ce5aafea1201bfc43077bd252939579aed96ffb16979" 34 "sha512=245389add87e0995a3a82a9f189148bb6339370132c9160920c3de238a30351883dec8528ac8a4ff2a78ae467033f40666f92ebef7eea432806b377aca2a5bdb" 35 ] 36}