Adds ocaml-magic-mime

This OCaml library contains a database of MIME types that maps filename
extensions into MIME types suitable for use in many Internet protocols
such as HTTP or e-mail.

Homepage: https://github.com/mirage/ocaml-magic-mime
This commit is contained in:
Vincent Laporte
2015-04-28 00:57:12 +02:00
parent 999241a907
commit e64cd5feec
2 changed files with 26 additions and 0 deletions

View File

@@ -4163,6 +4163,8 @@ let
macaque = callPackage ../development/ocaml-modules/macaque { };
magic-mime = callPackage ../development/ocaml-modules/magic-mime { };
magick = callPackage ../development/ocaml-modules/magick { };
menhir = callPackage ../development/ocaml-modules/menhir { };