this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25669 from dinosaure/release-multipart_form-v0.6.0

[new release] multipart_form (4 packages) (0.6.0)

authored by

Thomas Gazagnaire and committed by
GitHub
b2bb7092 b3eb6c68

+157
+29
packages/multipart_form-cohttp-lwt/multipart_form-cohttp-lwt.0.6.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Multipart-form for CoHTTP" 3 + maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 4 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 5 + license: "MIT" 6 + homepage: "https://github.com/dinosaure/multipart_form" 7 + doc: "https://dinosaure.github.io/multipart_form/" 8 + bug-reports: "https://github.com/dinosaure/multipart_form/issues" 9 + depends: [ 10 + "ocaml" {>= "4.08.0"} 11 + "dune" {>= "2.0.0"} 12 + "cohttp-lwt" {>= "5.3.1"} 13 + "multipart_form" {= version} 14 + "multipart_form-lwt" {= version} 15 + ] 16 + build: [ 17 + ["dune" "build" "-p" name "-j" jobs] 18 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 19 + ] 20 + dev-repo: "git+https://github.com/dinosaure/multipart_form.git" 21 + url { 22 + src: 23 + "https://github.com/dinosaure/multipart_form/releases/download/v0.6.0/multipart_form-0.6.0.tbz" 24 + checksum: [ 25 + "sha256=a0e329c323cffaad4167cd5af87a68a1e6a09546600f1773d8c0cd2f28062116" 26 + "sha512=46d6aa185df8224f983e06ff904db80f4a4f859810c9040ea894ebc82510ba43719b276b43c5939ac7eba75491cb5633fbb47934a9e66637a185d19e35aab688" 27 + ] 28 + } 29 + x-commit-hash: "3637a3fe83d9be1c715c8464671a7997dc57af7f"
+42
packages/multipart_form-eio/multipart_form-eio.0.6.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Multipart-form: RFC2183, RFC2388 & RFC7578" 3 + description: """\ 4 + Implementation of RFC7578 in OCaml 5 + 6 + Returning values from forms: multipart/form-data""" 7 + maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 8 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 9 + license: "MIT" 10 + homepage: "https://github.com/dinosaure/multipart_form" 11 + doc: "https://dinosaure.github.io/multipart_form/" 12 + bug-reports: "https://github.com/dinosaure/multipart_form/issues" 13 + depends: [ 14 + "ocaml" {>= "5.0"} 15 + "dune" {>= "2.0.0"} 16 + "angstrom" 17 + "bigstringaf" 18 + "eio" 19 + "eio_main" 20 + "ke" 21 + "multipart_form" {= version} 22 + "alcotest" {with-test} 23 + "fmt" {with-test} 24 + "rosetta" {with-test} 25 + "rresult" {with-test} 26 + "unstrctrd" {with-test} 27 + "logs" {with-test} 28 + ] 29 + build: [ 30 + ["dune" "build" "-p" name "-j" jobs] 31 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 32 + ] 33 + dev-repo: "git+https://github.com/dinosaure/multipart_form.git" 34 + url { 35 + src: 36 + "https://github.com/dinosaure/multipart_form/releases/download/v0.6.0/multipart_form-0.6.0.tbz" 37 + checksum: [ 38 + "sha256=a0e329c323cffaad4167cd5af87a68a1e6a09546600f1773d8c0cd2f28062116" 39 + "sha512=46d6aa185df8224f983e06ff904db80f4a4f859810c9040ea894ebc82510ba43719b276b43c5939ac7eba75491cb5633fbb47934a9e66637a185d19e35aab688" 40 + ] 41 + } 42 + x-commit-hash: "3637a3fe83d9be1c715c8464671a7997dc57af7f"
+42
packages/multipart_form-lwt/multipart_form-lwt.0.6.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Multipart-form: RFC2183, RFC2388 & RFC7578" 3 + description: """\ 4 + Implementation of RFC7578 in OCaml 5 + 6 + Returning values from forms: multipart/form-data""" 7 + maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 8 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 9 + license: "MIT" 10 + homepage: "https://github.com/dinosaure/multipart_form" 11 + doc: "https://dinosaure.github.io/multipart_form/" 12 + bug-reports: "https://github.com/dinosaure/multipart_form/issues" 13 + depends: [ 14 + "ocaml" {>= "4.08.0"} 15 + "dune" {>= "2.0.0"} 16 + "angstrom" 17 + "bigstringaf" 18 + "ke" 19 + "lwt" {>= "5.4.0"} 20 + "multipart_form" {= version} 21 + "alcotest-lwt" {with-test} 22 + "alcotest" {with-test} 23 + "fmt" {with-test} 24 + "rosetta" {with-test} 25 + "rresult" {with-test} 26 + "unstrctrd" {with-test} 27 + "logs" {with-test} 28 + ] 29 + build: [ 30 + ["dune" "build" "-p" name "-j" jobs] 31 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 32 + ] 33 + dev-repo: "git+https://github.com/dinosaure/multipart_form.git" 34 + url { 35 + src: 36 + "https://github.com/dinosaure/multipart_form/releases/download/v0.6.0/multipart_form-0.6.0.tbz" 37 + checksum: [ 38 + "sha256=a0e329c323cffaad4167cd5af87a68a1e6a09546600f1773d8c0cd2f28062116" 39 + "sha512=46d6aa185df8224f983e06ff904db80f4a4f859810c9040ea894ebc82510ba43719b276b43c5939ac7eba75491cb5633fbb47934a9e66637a185d19e35aab688" 40 + ] 41 + } 42 + x-commit-hash: "3637a3fe83d9be1c715c8464671a7997dc57af7f"
+44
packages/multipart_form/multipart_form.0.6.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Multipart-form: RFC2183, RFC2388 & RFC7578" 3 + description: """\ 4 + Implementation of RFC7578 in OCaml 5 + 6 + Returning values from forms: multipart/form-data""" 7 + maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 8 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 9 + license: "MIT" 10 + homepage: "https://github.com/dinosaure/multipart_form" 11 + doc: "https://dinosaure.github.io/multipart_form/" 12 + bug-reports: "https://github.com/dinosaure/multipart_form/issues" 13 + depends: [ 14 + "ocaml" {>= "4.08.0"} 15 + "dune" {>= "2.0.0"} 16 + "angstrom" {>= "0.14.0"} 17 + "base64" {>= "3.0.0"} 18 + "unstrctrd" {>= "0.2"} 19 + "uutf" 20 + "pecu" {>= "0.4"} 21 + "prettym" 22 + "fmt" {>= "0.8.7"} 23 + "logs" 24 + "ke" {>= "0.4"} 25 + "alcotest" {with-test} 26 + "rosetta" {with-test} 27 + "rresult" {with-test} 28 + "bigstringaf" {>= "0.9.0"} 29 + ] 30 + conflicts: [ "result" {< "1.5"} ] 31 + build: [ 32 + ["dune" "build" "-p" name "-j" jobs] 33 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 34 + ] 35 + dev-repo: "git+https://github.com/dinosaure/multipart_form.git" 36 + url { 37 + src: 38 + "https://github.com/dinosaure/multipart_form/releases/download/v0.6.0/multipart_form-0.6.0.tbz" 39 + checksum: [ 40 + "sha256=a0e329c323cffaad4167cd5af87a68a1e6a09546600f1773d8c0cd2f28062116" 41 + "sha512=46d6aa185df8224f983e06ff904db80f4a4f859810c9040ea894ebc82510ba43719b276b43c5939ac7eba75491cb5633fbb47934a9e66637a185d19e35aab688" 42 + ] 43 + } 44 + x-commit-hash: "3637a3fe83d9be1c715c8464671a7997dc57af7f"