NOTICE: This package has been removed from pkgsrc

./wip/ocaml-easy-format, High-level and functional interface to the OCaml Format module

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.0.2, Package name: ocaml-easy-format-1.0.2, Maintainer: pkgsrc-users

This module offers a high-level and functional interface to the Format
module of the OCaml standard library.


Required to run:
[lang/ocaml] [devel/ocaml-findlib]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: e5b3bbf48a2cc6f4929a75f5c3f24e734a0e2ad9
Filesize: 13.358 KB

Version history: (Expand)


CVS history: (Expand)


   2014-11-21 06:51:07 by Hiramatsu Yoshifumi | Files touched by this commit (3)
Log message:
Build native code module.
   2014-11-17 12:46:14 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
- Add buildlink3.mk.
- Convert to use mk/ocaml.mk.
   2014-05-22 10:45:47 by Hiramatsu Yoshifumi | Files touched by this commit (4)
Log message:
Import OCaml library Easy-format into wip/ocaml-easy-format.

This module offers a high-level and functional interface to the Format
module of the OCaml standard library. It is a pretty-printing
facility, i.e. it takes as input some code represented as a tree and
formats this code into the most visually satisfying result, breaking
and indenting lines of code where appropriate.