package General

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.5.0.tar.gz
md5=5c49fde5972a4b407728ac363f3f9fd6

Description

Published: 26 Apr 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. jbuilder >= "1.0+beta7"
  4. ocaml >= "4.02.3" & < "4.07.0"

Dev Dependencies (1)

  1. js_of_ocaml-compiler with-test

Used by (4)

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

Conflicts

None