diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-11-07 13:44:01 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-11-07 13:44:01 +0000 |
commit | cef3506f49ea539fcad6efe381b832d69c9599d7 (patch) | |
tree | c25295521178f868977a2237ad725fe4a4271a6f /devel/pure-stllib/pkg-descr | |
parent | 3bc5a83a3be906543a36cf03d026107a7da2edc2 (diff) |
Notes
Diffstat (limited to 'devel/pure-stllib/pkg-descr')
-rw-r--r-- | devel/pure-stllib/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/pure-stllib/pkg-descr b/devel/pure-stllib/pkg-descr new file mode 100644 index 000000000000..4ceb7e97cd1f --- /dev/null +++ b/devel/pure-stllib/pkg-descr @@ -0,0 +1,6 @@ +pure-stllib is an "umbrella" package that contains a pair of Pure addons, +pure-stlvec and pure-stlmap. These addons provide Pure interfaces to a +selection of containers provided by the C++ Standard Library, specialized +to hold pointers to arbitrary Pure expressions. + +WWW: http://docs.pure-lang.googlecode.com/hg/pure-stllib.html |