opam-version: "2.0"
maintainer:   "Romain Calascibetta <romain.calascibetta@gmail.com>"
authors:      "Romain Calascibetta <romain.calascibetta@gmail.com>"
homepage:     "https://github.com/dinosaure/multipart_form"
bug-reports:  "https://github.com/dinosaure/multipart_form/issues"
dev-repo:     "git+https://github.com/dinosaure/multipart_form.git"
doc:          "https://dinosaure.github.io/multipart_form/"
license:      "MIT"
synopsis:     "Multipart-form: RFC2183, RFC2388 & RFC7578"
description: """Implementation of RFC7578 in OCaml

Returning values from forms: multipart/form-data
"""

build: [
  [ "dune" "build" "-p" name "-j" jobs ]
  [ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
]

depends: [
  "ocaml"      {>= "4.08.0"}
  "dune"       {>= "2.0.0"}
  "angstrom"   {>= "0.14.0"}
  "base64"
  "unstrctrd"  {>= "0.2"}
  "rresult"
  "uutf"
  "stdlib-shims"
  "pecu"       {>= "0.4"}
  "fmt"
  "ke"         {>= "0.4"}
  "alcotest"   {with-test}
]
x-commit-hash: "85b2de9f68e639b773f696d72d1a2061785c7d74"
url {
  src:
    "https://github.com/dinosaure/multipart_form/releases/download/v0.1.0/multipart_form-v0.1.0.tbz"
  checksum: [
    "sha256=65d9dde4fbb65da203888d299aaedbd0778f44169d85a4c7c6d271a21747362e"
    "sha512=6ecde468b5649a705bb9ed57d3c6dde5520ad6d87c710c77d2417d077f28006b2e7399f1d32b82bc885f8e1f6d1a7cc8a614e45e9385f72095b393f599eb9f2b"
  ]
}
