package podge

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.5.tar.gz
md5=0c01367a9b874bed65eb2b3a5a0ec6bd

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 that return Yojson objects
  2. Yojson: Pretty printing, updating keys, and removing key-value pairs from Yojson objects
  3. Unix: Read output of a process, simple daemonize, read all of a file.
  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, List and String for common string tasks.

Podge is especially useful for Hackathons and prototyping.

Published: 20 Oct 2015

Dependencies (12)

  1. ocamlbuild build
  2. stringext
  3. yojson
  4. tyxml < "4.0.0"
  5. re >= "1.3.0"
  6. ocamlfind build
  7. oasis build & >= "0.4"
  8. ezxmlm
  9. cohttp >= "0.9.7"
  10. base-unix
  11. ANSITerminal >= "0.6.5"
  12. ocaml >= "4.02.3" & < "4.06.0"

Dev Dependencies

None

Used by

None

Conflicts

None