NOTICE: This package has been removed from pkgsrc

./wip/hs-regional-pointers, Regional memory pointers

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


Branch: CURRENT, Version: 0.6, Package name: hs-regional-pointers-0.6, Maintainer: pho

The library allows you to allocate memory in a region yielding a
regional pointer to it. When the region terminates all pointers are
automatically freed. Most importantly, a pointer can't be returned
from the region. So it's impossible to reference unallocated memory.

The primary technique used in this package is called "Lightweight
monadic regions" which was invented by Oleg Kiselyov and Chung-chieh
Shan. See:
http://okmij.org/ftp/Haskell/regions.html#light-weight

This technique is implemented in the regions package which is
re-exported from this library.

This library provides wrappers around all the Ptr functions from the
Foreign.* modules from base.


Required to run:
[devel/hs-transformers] [devel/hs-monad-control] [devel/hs-base-unicode-symbols]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: b9bbeed5efd2aafd3640c4d2b9b0c0a24154e4d1
RMD160: f44fc26681eba507ce251fd1b97c303c292b54ba
Filesize: 11.4 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-29 16:10:14 by Ryosuke Moro | Files touched by this commit (101)
Log message:
make it clear what package depend on

discussed with wiz@.
   2014-07-30 23:36:36 by Ryosuke Moro | Files touched by this commit (21)
Log message:
Remove hs-monad-control, imported to pkgsrc/devel.
   2014-05-15 23:49:04 by Ryosuke Moro | Files touched by this commit (110)
Log message:
Remove hs-transformers, imported to pkgsrc/devel.
   2011-05-11 01:35:47 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to regional-pointers-0.6

   2010-12-30 09:49:24 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to regional-pointers-0.5

   2010-11-02 18:03:38 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-regional-pointers-0.4 as wip/hs-regional-pointers.

The library allows you to allocate memory in a region yielding a
regional pointer to it. When the region terminates all pointers are
automatically freed. Most importantly, a pointer can't be returned
from the region. So it's impossible to reference unallocated memory.

The primary technique used in this package is called "Lightweight
monadic regions" which was invented by Oleg Kiselyov and Chung-chieh
Shan. See:
http://okmij.org/ftp/Haskell/regions.html#light-weight

This technique is implemented in the regions package which is
re-exported from this library.

This library provides wrappers around all the Ptr functions from the
Foreign.* modules from base.