1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/devel/ocaml-pomap/pkg-descr
John Marino 2bd4b61f01 devel/ocaml-pomap: Update version 3.0.1 => 3.0.3 to unbreak and stage
This port apparently broke when Ocaml was updated to 4.0.1.
Add stage support as part of the upgrade which restores the build.
Also remove author line from pkg-descr.
2014-05-09 13:09:22 +00:00

7 lines
285 B
Plaintext

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.
WWW: https://bitbucket.org/mmottl/pomap