package General

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.6.0.tar.gz
md5=1413435192734d7168026b33bd415481
sha512=06ffef437509d75d4ae6cb66030b63f11223ce4bafb47c271180ee232bfabc70858621917aeddd8bc708ca8a77095e228e6efc018eafc1eea814ff7af1f95d0f

Description

Published: 07 Nov 2018

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.08.0"

Dev Dependencies (1)

  1. js_of_ocaml-compiler with-test

Used by (4)

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

Conflicts

None

OCaml

Innovation. Community. Security.