opam-version: "2.0" synopsis: "Http multipart/formdata parser" description: "OCaml implementation of RFC 7578 (Returning Values from Forms: multipart/form-data)- https://tools.ietf.org/html/rfc7578" maintainer: ["Bikal Lem"] authors: ["Bikal Lem, "] license: "MPL-2.0" tags: ["http" "multipart" "formadata" "form" "web"] homepage: "https://github.com/lemaetech/http-multipart-formdata" bug-reports: "https://github.com/lemaetech/http-multipart-formdata/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.10.0"} "fmt" {>= "0.8.9"} "reparse" {<= "2.0.0"} "alcotest" {with-test} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/lemaetech/http-mutlipart-formdata.git" x-commit-hash: "aa7a3d16bdf76cdc02b0d5f94be5d6a840679a4d" url { src: "https://github.com/lemaetech/http-mutlipart-formdata/releases/download/v1.0.0/http-multipart-formdata-v1.0.0.tbz" checksum: [ "sha256=73e43c4e31560499f6998ebddd117f76b5e9cfe5edafa390f4a088e1f4fa7fa2" "sha512=fc24b6238406aba0a452262ee7879e58f2fc307341dad43baae61a39e5eae0f4ce54913a06d0d26af871267827f95e7ed4281d38f6b50177fdf91b6ee6828118" ] }