package cuid

  1. Overview
  2. Docs

Description

For further information, please refer to http://usecuid.org

Published: 11 Apr 2018

README

cuid

CUID generator for OCaml.

For further information, please refer to http://usecuid.org

Installation

If available on OPAM, it's easily installed with:

$ opam install cuid

Otherwise, this library is also installable using JBuilder within this root directory:

$ jbuilder install

Usage

As library:

let cuid = Cuid.generate ( )
(* cuid is "c00p6veue0000072slgr067a3", for example *)

Conclusion

PRs & issues are welcome. Have fun and imagine Sisyphus happy.

Dependencies (3)

  1. core >= "v0.9.0"
  2. jbuilder >= "1.0+beta7"
  3. ocaml >= "4.03.0"

Dev Dependencies (2)

  1. re with-test
  2. alcotest with-test

Used by

None

Conflicts

None