= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
A set of simple tools and libraries that we developed over the years
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
1.0.2.tar.gz
md5=3e472f2cc761297c32582293404136c4
Description
for temporary OCaml projects. Most of them are only maintained/improved when we need them for a task.
OCaml Tools
- ocp-check-globals: display global mutable values stored in the modules of an application.
- ocp-check-poly: display the use of polymorphic functions, that can sometimes be dangerous (polymorphic comparisons, etc.)
- ocp-manager: wrappers around OCaml binaries to automatically choose the correct opam switch.
- ocp-check-crcs: check the consistency of binary files in an OCaml distribution.
- ocp-check-headers: print the headers of all files in a project, can be used to add/replace headers.
- ocp-imports: print values imported by a module. Can also display imports by set of modules, to get the architecture of a project.
- ocp-pack: pack several OCaml source files into one source file, to get a result similar to the one of -pack
Published: 17 May 2016
On This Page