package podge

  1. Overview
  2. Docs
Shortcuts and helpers for common tasks in OCaml ecosystem

Install

Dune Dependency

Authors

Maintainers

Sources

v0.0.3.tar.gz
md5=4e91f8cbb770d74b10b3bd6f7d48c528

Description

If you're doing any modern OCaml then you're doubtlessly annoyed by the state of libraries and committing to one of the big ones can be restricting. Podge is a single module containing specialized modules for their respectives usages for seemingly common tasks.

Podge is especially useful for Hackathons or data exploration in utop i.e. you just want to do a simple HTTP get/put request or manipulate JSON.

Published: 11 Aug 2015

Dependencies (9)

  1. ocamlbuild build
  2. yojson < "2.0.0"
  3. tyxml < "4.0.0"
  4. re >= "1.3.0"
  5. ocamlfind build
  6. oasis build & >= "0.4"
  7. cohttp >= "0.9.7" & < "5.0.0"
  8. base-unix
  9. ocaml >= "4.02.1"

Dev Dependencies

None

Used by

None

Conflicts

None