package tcs-lib

  1. Overview
  2. Docs
A multi-purpose library for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

tcs-lib-0.6.tbz
sha256=0c18dd20e52b61b7cddd595369030819eccfa4ea73bfdbed9839815586628122
sha512=9f77a89114e7511efa7d40fe5464b318677e729c672bdfe7e461f38509eca2cffb9da912eef02158413525732b8fdcf5765491b29c2ee0d831118a365e1e77b1

Description

A multi-purpose library for OCaml.

Published: 29 Sep 2025

README

tcs-lib

Copyright (c) 2008-2025

A multi-purpose library for OCaml.

It is developed and maintained by:

  • (c) Oliver Friedmann, University of Munich (http://oliverfriedmann.com)
  • (c) Martin Lange, University of Kassel (http://carrick.fmv.informatik.uni-kassel.de/~mlange/)

Credits

The code for handling the AVL trees is borrowed from the Objective Caml Standard Library Set module. (c) Xavier Leroy, projet Cristal, INRIA Rocquencourt

OPAM

You can install this package via OPAM under the name tcs-lib.

Commands

Build

dune build

Release

  1. Change version in dune-project.
  2. Update CHANGES.md.
  3. Run dune build.
  4. Commit
  git status
  git add -A
  git commit -m "message"
  git tag v0.x [--force]
  git push origin master --tags [--force]
  1. Release
  dune-release tag
  dune-release distrib
  dune-release publish
  dune-release opam pkg
  dune-release opam submit

Dependencies (3)

  1. num
  2. dune >= "3.18"
  3. ocaml >= "4.8"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None