package General

  1. Overview
  2. Docs
Rich functionality for built-in and basic OCaml types

Install

Dune Dependency

Authors

Maintainers

Sources

0.7.0.tar.gz
md5=168ab930a45d0210a949bc221d8dd39d

Description

Published: 03 Sep 2019

README

README.rst

*General* is an OCaml (4.02.3+) general purpose library.
It adds rich functionality to built-in and basic OCaml types.

It's licensed under the `MIT license <http://choosealicense.com/licenses/mit/>`_.
It's available on `OPAM <https://opam.ocaml.org/packages/General/>`_,
its `documentation <http://jacquev6.github.io/General>`_
and its `source code <https://github.com/jacquev6/General>`_ are on GitHub.

Questions? Remarks? Bugs? Want to contribute? `Open an issue <https://github.com/jacquev6/General/issues>`_!

.. image:: https://img.shields.io/travis/jacquev6/General/master.svg
    :target: https://travis-ci.org/jacquev6/General

.. image:: https://img.shields.io/coveralls/jacquev6/General/master.svg
    :target: https://coveralls.io/r/jacquev6/General

.. image:: https://img.shields.io/github/issues/jacquev6/General.svg
    :target: https://github.com/jacquev6/General/issues

.. image:: https://img.shields.io/github/forks/jacquev6/General.svg
    :target: https://github.com/jacquev6/General/network

.. image:: https://img.shields.io/github/stars/jacquev6/General.svg
    :target: https://github.com/jacquev6/General/stargazers

Quick start
===========

Install from OPAM::

    $ opam install General

Launch utop::

    $ utop -require General

Open::

    open General.Abbr;;

And use::

    ["a"; "b"; "c"; "d"] |> StrLi.concat ~sep:", "
    -: string = "a, b, c, d"

Dependencies (4)

  1. num
  2. cppo build & >= "1.3.0"
  3. dune
  4. ocaml >= "4.02.3" & < "4.12.0"

Dev Dependencies (3)

  1. conf-npm with-test
  2. js_of_ocaml-compiler with-test
  3. ocaml with-test & < "4.11"

Used by (4)

  1. DrawGrammar >= "0.2.1"
  2. hashids
  3. JsOfOCairo >= "1.1.1"
  4. sphinxcontrib-ocaml >= "0.3.0"

Conflicts

None