diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-04 16:05:52 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-04 16:05:52 +0000 |
commit | 11b25a256269ecb36f3b14315d51155073acfaac (patch) | |
tree | d54a9bf264ca1e0f7a6635ea393df6ef9e0cd3ad /devel/ocaml-annexlib/pkg-descr | |
parent | c1e02edfa4698bce828381b92ed43feee819fe46 (diff) |
Notes
Diffstat (limited to 'devel/ocaml-annexlib/pkg-descr')
-rw-r--r-- | devel/ocaml-annexlib/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/ocaml-annexlib/pkg-descr b/devel/ocaml-annexlib/pkg-descr new file mode 100644 index 000000000000..472d3a275cc3 --- /dev/null +++ b/devel/ocaml-annexlib/pkg-descr @@ -0,0 +1,13 @@ +An extension Library + +This is mostly to fill in some gaps in the standard and unix +libraries, either for completeness or because they're things I find +myself needing a lot of the time, and a few modules that aren't worthy +of being their own releases. Enjoy. Most of this used to be part of an +old library (stew) that I broke up into a couple of smaller ones. This +one /was/ extlib, now annexlib. Its companion is mathlib. + +See supplied documentation for additional info. + +Author: Shawn Wagner <shawnw@speakeasy.org> +WWW: http://raevnos.pennmush.org/code/extlib/ |