mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
updated description in _oasis
This commit is contained in:
parent
8fbc500318
commit
64fedce1b0
2 changed files with 11 additions and 9 deletions
|
|
@ -1,9 +1,6 @@
|
||||||
ocaml-containers
|
ocaml-containers
|
||||||
================
|
================
|
||||||
|
|
||||||
A bunch of modules I wrote mostly for fun. It is currently divided into
|
|
||||||
a few parts:
|
|
||||||
|
|
||||||
1. A usable, reasonably well-designed library that extends OCaml's standard
|
1. A usable, reasonably well-designed library that extends OCaml's standard
|
||||||
library (in `core/`, packaged under `containers` in ocamlfind. Modules
|
library (in `core/`, packaged under `containers` in ocamlfind. Modules
|
||||||
are totally independent and are prefixed with `CC` (for "containers-core"
|
are totally independent and are prefixed with `CC` (for "containers-core"
|
||||||
|
|
|
||||||
17
_oasis
17
_oasis
|
|
@ -1,6 +1,6 @@
|
||||||
OASISFormat: 0.4
|
OASISFormat: 0.4
|
||||||
Name: containers
|
Name: containers
|
||||||
Version: 0.1
|
Version: dev
|
||||||
Homepage: https://github.com/c-cube/ocaml-containers
|
Homepage: https://github.com/c-cube/ocaml-containers
|
||||||
Authors: Simon Cruanes
|
Authors: Simon Cruanes
|
||||||
License: BSD-2-clause
|
License: BSD-2-clause
|
||||||
|
|
@ -9,11 +9,16 @@ Plugins: META (0.3), DevFiles (0.3)
|
||||||
OCamlVersion: >= 4.00.1
|
OCamlVersion: >= 4.00.1
|
||||||
BuildTools: ocamlbuild
|
BuildTools: ocamlbuild
|
||||||
|
|
||||||
Synopsis: A bunch of modules, including polymorphic containers.
|
Synopsis: A modular standard library focused on data structures.
|
||||||
Description:
|
Description:
|
||||||
A bunch of useful modules, including polymorphic containers, graph
|
Containers is a standard library (BSD license) focused on data structures,
|
||||||
abstractions, serialization systems, testing systems and various
|
combinators and iterators, without dependencies on unix. Every module is
|
||||||
experiments.
|
independent and is prefixed with 'CC' in the global namespace. Some modules
|
||||||
|
extend the stdlib (e.g. CCList provides safe map/fold_right/append, and
|
||||||
|
additional functions on lists).
|
||||||
|
|
||||||
|
It also features an optional library for dealing with strings, and a `misc`
|
||||||
|
library full of experimental ideas (not stable, not necessarily usable).
|
||||||
|
|
||||||
Flag "misc"
|
Flag "misc"
|
||||||
Description: Build the misc library, containing everything from
|
Description: Build the misc library, containing everything from
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue