Home

Awesome

The TLC Coq library

Description

TLC is a general-purpose library that provides an alternative to Coq's standard library.

Compatibility:

Using TLC

The released versions of TLC are available via opam:

    opam repo add coq-released http://coq.inria.fr/opam/released
    opam install coq-tlc

For a local checkout of TLC:

    # obtain the sources
    git clone git@github.com:charguer/tlc.git

    # compile the library files
    make -j

    # install the files in Coq's user-contrib folder
    make install

Documentation

Some (partial) documentation can be found in the directory doc.

License

All files in TLC are distributed under the MIT X11 license. See the LICENSE file.

Authors

See the AUTHORS file.