package typebeat

  1. Overview
  2. No Docs
Agnostic parser of the `Content-Type` in OCaml

Install

Authors

Maintainers

Sources

typebeat-0.3.tbz
md5=03d8badc8ca7e9d2794b4cd3093d6d0c

Description

Build Status

TypeBeat is a pure implementation of the parsing of the Content-Type's value (see RFC822 and RFC2045). The reason of this light library is to compute a complex rule. Indeed, it's hard to parse the value of the Content-Type, believe me.

So it's a common library if you want to know the value of the Content-Type and don't worry, we respect the standard. We saved the IANA database too.

Published: 03 Apr 2018

Dependencies (3)

  1. angstrom >= "0.9.0" & < "0.14.0"
  2. jbuilder >= "1.0+beta9"
  3. ocaml >= "4.03.0"

Dev Dependencies (1)

  1. alcotest with-test

Used by

None

Conflicts

None