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