opam-version: "2.0"
maintainer:   "Romain Calascibetta <romain.calascibetta@gmail.com>"
authors:      "Romain Calascibetta <romain.calascibetta@gmail.com>"
homepage:     "https://github.com/dinosaure/unstrctrd"
bug-reports:  "https://github.com/dinosaure/unstrctrd/issues"
dev-repo:     "git+https://github.com/dinosaure/unstrctrd.git"
doc:          "https://dinosaure.github.io/unstrctrd/"
license:      "MIT"
synopsis:     "Unstructured parser"
description: """Fast and compliant Unstructured parser according RFC 822
"""

build: [ "dune" "build" "-p" name "-j" jobs ]
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]

depends: [
  "ocaml"       {>= "4.07.0"}
  "dune"        {>= "1.10"}
  "uutf"
  "angstrom"    {>= "0.14.0"}
  "rresult"     {with-test}
  "alcotest"    {with-test}
  "ke"          {with-test}
  "bigstringaf" {with-test}
  "hxd"         {with-test & < "0.3.0"}
  "fmt"         {with-test}
]
url {
  src:
    "https://github.com/dinosaure/unstrctrd/releases/download/v0.2/unstrctrd-v0.2.tbz"
  checksum: [
    "sha256=1040bfcd411a345faaf4ce5aafea1201bfc43077bd252939579aed96ffb16979"
    "sha512=245389add87e0995a3a82a9f189148bb6339370132c9160920c3de238a30351883dec8528ac8a4ff2a78ae467033f40666f92ebef7eea432806b377aca2a5bdb"
  ]
}
