dev-ml/crowbar::guru
- Ebuilds: 1, Testing: 0.2.1 Description: Crowbar is a library for testing code, combining QuickCheck-style
property-based testing and the magical bug-finding powers of
[afl-fuzz](http://lcamtuf.coredump.cx/afl/).
Homepage:https://github.com/stedolan/crowbar License: MIT
dev-ml/either::guru
- Ebuilds: 1, Testing: 1.0.0 Description: Projects that want to use the Either module defined in OCaml 4.12.0 while staying compatible with older versions of OCaml should use this library instead. On OCaml versions 4.12 and above, this library defines an alias Either to the standard library's definition of the module. Otherwise, it provides an equivalent definition of Either.
Homepage:https://github.com/mirage/either License: MIT
dev-ml/lwt-dllist::guru
- Ebuilds: 1, Testing: 1.0.1 Description: A sequence is an object holding a list of elements which support
the following operations:
- adding an element to the left or the right in time and space O(1)
- taking an element from the left or the right in time and space O(1)
- removing a previously added element from a sequence in time and space O(1)
- removing an element while the sequence is being transversed.
Homepage:https://github.com/mirage/lwt-dllist License: MIT
dev-ml/ocaml-syntax-shims::guru
- Ebuilds: 1, Testing: 1.0.0 Description: This package provides a small utility that backports some of the newer OCaml syntax to older OCaml compilers. This allows adopting new features such as let+ while still keeping compatibility with older OCaml compiler.
Homepage:https://github.com/ocaml-ppx/ocaml-syntax-shims License: MIT
dev-ml/ocaml-version::guru
- Ebuilds: 3, Testing: 3.6.9 Description: This library provides facilities to parse version numbers of the OCaml compiler, and enumerates the various official OCaml releases and configuration variants.
OCaml version numbers are of the form `major.minor.patch+extra`, where the `patch` and `extra` fields are optional. This library offers the following functionality:
- Functions to parse and serialise OCaml compiler version numbers.
- Enumeration of official OCaml compiler version releases.
- Test compiler versions for a particular feature (e.g. the `bytes` type)
- [opam](https://opam.ocaml.org) compiler switch enumeration.
### Further information
- **Discussion:** Post on https://discuss.ocaml.org/ with the `ocaml` tag under the Ecosystem category.
- **Bugs:** https://github.com/ocurrent/ocaml-version/issues
- **Docs:** http://docs.mirage.io/ocaml-version
Homepage:https://github.com/ocurrent/ocaml-version License: ISC
dev-ml/psq::guru
- Ebuilds: 2, Testing: 0.2.1 Description: Typical applications are searches, schedulers and caches. If you ever scratched
your head because that A* didn't look quite right, a PSQ is what you needed.
Homepage:https://github.com/pqwy/psq License: ISC