package podge

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.8.0.tar.gz
md5=2d3c406bed590b10263b35412ac91ea8

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.

Some conveniences with Podge:

  1. Web: Simple HTTP get/put requests
  2. Yojson: Pretty printing, updating keys, and removing key-value pairs from Yojson objects
  3. Unix: Read output of a process, simple daemonize.
  4. Xml: Simple reading of node content given a path.
  5. ANSITerminal: Create a colored string for the shell, with or without current time.
  6. Other modules: Math, Html5, Analyze, Cohttp, Printf, Debugging, and List.

Podge is especially useful for Hackathons and prototyping.

Published: 28 Dec 2016

Dependencies (11)

  1. astring >= "0.8.3"
  2. yojson >= "1.3.3"
  3. tyxml >= "4.0.1"
  4. re >= "1.7.1"
  5. ocamlfind build
  6. oasis build & >= "0.4"
  7. ezxmlm >= "1.0.1"
  8. cohttp >= "0.21.0"
  9. base-unix
  10. ANSITerminal >= "0.7"
  11. ocaml >= "4.04.0" & < "4.06.0"

Dev Dependencies

None

Used by

None

Conflicts

None