= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Shortcuts and helpers for common tasks in OCaml ecosystem
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
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:
- Web: Simple HTTP get/put requests
- Yojson: Pretty printing, updating keys, and removing key-value pairs from Yojson objects
- Unix: Read output of a process, simple daemonize.
- Xml: Simple reading of node content given a path.
- ANSITerminal: Create a colored string for the shell, with or without current time.
- Other modules: Math, Html5, Analyze, Cohttp, Printf, Debugging, and List.
Podge is especially useful for Hackathons and prototyping.
Published: 28 Dec 2016
On This Page