package lascar

  1. Overview
  2. Docs
A library for manipulating Labeled Transition Systems in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

lascar-0.6-alpha.tbz
sha256=e33fd94f167bd7bc69f30d7a550226126692a00dac9b29c28ff0ff0aca7d7a21
sha512=98fe84ea351a288d371490f002c52c2e3637841f7fafadb1c3a1acb82befc436bbc6321b1c37fb1e2121b595e7fcb33da45510f3b623006a1d1b56d905313058

CHANGES.md.html

Changes

0.6 (Aug, 18, 2019)

* removed dependency on camlp4 by rewriting the Fsm_expr, Fsm and ListExt parsers
* dunified build and install process

0.5 (Apr, 9, 2018)

* Library is now packed under Lascar module to prevent name clash

0.4 (Feb, 5, 2018)

* OPAMification
* Home page and documentation moved to separate web site
* Added INSTALL
* CHANGELOG now in .md format

0.3 (Dec, 14, 2017)

* Added functions [map_state], [map_attr] and [map_label]
* Added modules [Builtins.{Int,String,Bool}]. Rewrote some examples accordingly

0.2 (Nov 27, 2107)

* Added [ListExt.update_assoc]

0.1 (Nov 6, 2107)

* First public version