package multipart-form-data

  1. Overview
  2. Docs
Parser for multipart/form-data (RFC2388)

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.0.tar.gz
md5=9f7088e64d2889191f9269b03ea2c5f6
sha512=fa1a8cb8adda2fa5fff1dbeda76ba294aeb254118db5019d0249b4afecc9fb012ae3566074bbc29d38b53d2196fc5395034db64e4b8d5406ebda56b58707bf75

CHANGES.md.html

Change Log

0.3.0 - 2020-02-03

  • Breaking changes:

    • Multipart module was renamed Multipart_form_data to match package name (#24).

  • Port to Dune (#24).

  • Use Opam 2 (#26).

0.2.0 - 2018-04-11

  • Port to jbuilder (#18).

  • CI improvements (#19):

    • Use travis-docker.

    • Add 4.05 + 4.06 builds.

  • Use the standalone lwt_ppx for compatibility with lwt >= 4.0.0 (#20).

0.1.0 - 2016-12-06

Initial release.