podgeversion
Shortcuts and helpers for common tasks in OCaml ecosystem
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. 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.
Author | Edgar Aroutiounian <edgar.factorial@gmail.com> |
---|---|
License | BSD-3-Clause |
Published | |
Homepage | http://hyegar.com |
Issue Tracker | https://github.com/fxfactorial/podge/issues |
Maintainer | Edgar Aroutiounian <edgar.factorial@gmail.com> |
Dependencies | |
Source [http] | https://github.com/fxfactorial/podge/archive/v0.0.4.tar.gz sha256=bf866ae3a5d240330107400e1075aaf7ef2e2d28ca0bba6132f2d7d4c2439493 md5=a2755ba37df9af3709270a5bf6c33ed8 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/podge/podge.0.4/opam |