this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Http multipart/formdata parser" 4description: 5 "OCaml implementation of RFC 7578 (Returning Values from Forms: multipart/form-data)- https://tools.ietf.org/html/rfc7578" 6maintainer: ["Bikal Lem"] 7authors: ["Bikal Lem, <gbikal@gmail.com>"] 8license: "MPL-2.0" 9tags: ["http" "multipart" "formadata" "form" "web"] 10homepage: "https://github.com/lemaetech/http-mutlipart-formdata" 11bug-reports: "https://github.com/lemaetech/http-mutlipart-formdata/issues" 12depends: [ 13 "dune" {>= "2.7"} 14 "ocaml" {>= "4.10.0"} 15 "fmt" {>= "0.8.9"} 16 "cstruct" {>= "6.0.0" & < "6.1.0"} 17 "angstrom" {>= "0.15.0"} 18 "ppx_expect" {with-test} 19 "ppx_deriving" {with-test} 20 "odoc" {with-doc} 21] 22build: [ 23 ["dune" "subst"] {dev} 24 [ 25 "dune" 26 "build" 27 "-p" 28 name 29 "-j" 30 jobs 31 "@install" 32 "@runtest" {with-test} 33 "@doc" {with-doc} 34 ] 35] 36dev-repo: "git+https://github.com/lemaetech/http-mutlipart-formdata.git" 37url { 38 src: 39 "https://github.com/lemaetech/http-mutlipart-formdata/archive/v3.0.0.tar.gz" 40 checksum: [ 41 "md5=2432973b83777abb794d1812ccab56c8" 42 "sha512=0abf2ed09a5b84c5a513d43df3d4819b4b030fd45bca8a2b71e65ca6957f67a90f70afc8d54834681270bead2c0e77b7c87c8da21812635bdf932d087305b5e1" 43 ] 44}