Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Aug 2006 06:51:30 +0000 (UTC)
From:      Ion-Mihai Tetcu <itetcu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/ocaml-res Makefile distinfo pkg-descr
Message-ID:  <200608200651.k7K6pUl1074086@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
itetcu      2006-08-20 06:51:30 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/ocaml-res      Makefile distinfo pkg-descr 
  Log:
  This OCaml-library consists of a set of modules which implement
  automatically resizing (= reallocating) datastructures that consume
  a contiguous part of memory. This allows appending and removing of
  elements to/from arrays (both boxed and unboxed), strings (-> buffers),
  bit strings and weak arrays while still maintaining fast constant-time
  access to elements.
  
  There are also functors that allow the generation of similar modules
  which use different reallocation strategies.
  
  Author: Markus Mottl <markus.mottl@gmail.com>
  WWW:    http://www.ocaml.info/home/ocaml_sources.html
  
  PR:             ports/102107
  Submitted by:   Stanislav Sedov <ssedov at mbsd.msk.ru>
  
  Revision  Changes    Path
  1.2422    +1 -0      ports/devel/Makefile
  1.1       +67 -0     ports/devel/ocaml-res/Makefile (new)
  1.1       +3 -0      ports/devel/ocaml-res/distinfo (new)
  1.1       +12 -0     ports/devel/ocaml-res/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608200651.k7K6pUl1074086>