mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
4f1c1aa65d
- Bump PORTREVISION - Add licenses (GPLv3 LGPL3) - USES pure instead of USE_PURE - Add DOCS, EXAMPLES and Option - Support STAGEDIR - Change pkg-plist, use @dirrmtry instead of @dirrm This package provides a light-weight, no frills interface to the C++ dictionary containers map and unordered_map. The stldict module makes these data structures available in Pure land and equips them with a (more or less) idiomatic Pure container interface. WWW: http://docs.pure-lang.googlecode.com/hg/pure-stldict.html PR: ports/183756 Submitted by: Zhihao Yuan <zy@miator.net>
7 lines
322 B
Plaintext
7 lines
322 B
Plaintext
This package provides a light-weight, no frills interface to the C++
|
|
dictionary containers map and unordered_map. The stldict module makes
|
|
these data structures available in Pure land and equips them with a
|
|
(more or less) idiomatic Pure container interface.
|
|
|
|
WWW: http://docs.pure-lang.googlecode.com/hg/pure-stldict.html
|