this repo has no description
1opam-version: "2.0" 2synopsis: "Fast and compliant Unstructured parser according RFC 822" 3description: """Unstrctrd is a library for managing values formatted according to \ 4the unstructured rule introduced by RFC 822. This format can be found in emails, \ 5HTTP/1.1 and also in the description of Debian packages.""" 6maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 7authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 8license: "MIT" 9homepage: "https://github.com/dinosaure/unstrctrd" 10doc: "https://dinosaure.github.io/unstrctrd/" 11bug-reports: "https://github.com/dinosaure/unstrctrd/issues" 12depends: [ 13 "ocaml" {>= "4.07.0"} 14 "dune" {>= "2.0"} 15 "uutf" 16 "angstrom" {>= "0.14.0"} 17 "rresult" {with-test} 18 "alcotest" {with-test} 19 "ke" {with-test} 20 "bigstringaf" {with-test} 21 "hxd" {with-test & >= "0.3.1"} 22 "fmt" {with-test & >= "0.8.7"} 23 "crowbar" {>= "0.2" & with-test} 24] 25build: ["dune" "build" "-p" name "-j" jobs] 26run-test: ["dune" "runtest" "-p" name "-j" jobs] 27dev-repo: "git+https://github.com/dinosaure/unstrctrd.git" 28url { 29 src: 30 "https://github.com/dinosaure/unstrctrd/releases/download/v0.4/unstrctrd-0.4.tbz" 31 checksum: [ 32 "sha256=368a9b86acea988e952fe7bdf5db2c9eaf5345a6939e609351f15eeb25121824" 33 "sha512=94f68b5e1e9ae9c65ba3e4cb3e673d730a7fe9c4a2155f65373385d56a2eb0587657b73cea854f3cd44a020f67f391fe2cf0d6691f813b2fc093fd6ca64d1307" 34 ] 35} 36x-commit-hash: "ae573deee696e3927dc06d9b27ed2139931d2c58"