NOTICE: This package has been removed from pkgsrc

./wip/ocaml-zed, Zed is an abstract engine for text edition

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


Branch: CURRENT, Version: 1.2, Package name: ocaml-zed-1.2, Maintainer: pkgsrc-users

Zed is an abstract engine for text edition. It can be used to write
text editors, edition widgets, readlines, ... You just have to
connect an engine to your inputs and rendering functions to get an
editor.

Zed provides:

* edition state management,
* multiple cursor support,
* key-binding helpers,
* general purpose unicode rope manipulation functions.


Required to run:
[lang/ocaml] [devel/ocaml-findlib] [devel/ocaml-react] [wip/ocaml-camomile] [lang/camlp4]

Required to build:
[pkgtools/cwrappers] [devel/ocamlbuild]

Master sites:

RMD160: 6e18a3c218af993ecfd3bdfea88d3ffc7a3ef285
Filesize: 67.063 KB

Version history: (Expand)


CVS history: (Expand)


   2015-04-18 22:05:34 by Hiramatsu Yoshifumi | Files touched by this commit (3)
Log message:
- Depends on devel/ocaml-react and wip/ocaml-camomile.
- Remove unneccesarily ocaml-findlib invoks.
- Add buildlink3.mk.
   2014-10-23 10:13:56 by Hiramatsu Yoshifumi | Files touched by this commit (1)
Log message:
Convert to use mk/ocaml.mk.
   2014-05-12 08:22:36 by Hiramatsu Yoshifumi | Files touched by this commit (1)
Log message:
Add .include "../../devel/ocaml-findlib/buildlink3.mk".
   2014-04-15 09:10:41 by Hiramatsu Yoshifumi | Files touched by this commit (1)
Log message:
Use wip/mk/ocaml-oasis.mk.
   2014-04-09 02:54:58 by Hiramatsu Yoshifumi | Files touched by this commit (1)
Log message:
Set correct HOMEPAGE.
   2014-04-09 02:24:10 by Hiramatsu Yoshifumi | Files touched by this commit (5)
Log message:
Import ocaml module Zed into wip/ocaml-zed.

Zed is an abstract engine for text edition. It can be used to write
text editors, edition widgets, readlines, ... You just have to
connect an engine to your inputs and rendering functions to get an
editor.

Zed provides:

* edition state management,
* multiple cursor support,
* key-binding helpers,
* general purpose unicode rope manipulation functions.