diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-20 06:47:52 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-20 06:47:52 +0000 |
commit | c4dd701f02fc278886abd668b28b8801b482fa53 (patch) | |
tree | dbabad8ad701df1603aaf5eadebb2d659e6a70b9 /devel/Makefile | |
parent | Update to 2.3.27, plus fix for perl backend [1]. (diff) |
The Pomap-library implements an ADT that maintains maps of partially ordered
elements. Whereas a total order allows you to say whether some element is
lower, equal or greater than another one, partial orders also allow for a
"don-t know" case.
Author: Markus Mottl <markus.mottl@gmail.com>
WWW: http://www.ocaml.info/home/ocaml_sources.html
PR: ports/102116
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 6644bb673e27..4370c24f50af 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -705,6 +705,7 @@ SUBDIR += ocaml-magic SUBDIR += ocaml-ounit SUBDIR += ocaml-pcre + SUBDIR += ocaml-pomap SUBDIR += ocaml-sdl SUBDIR += ocaml-sem SUBDIR += ocaml-sexplib |