package expr

  1. Overview
  2. No Docs
Simple library to parse expressions

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.7.0.zip
sha256=abdb07b73180a753727de62bbdd97a13a30683bb20c290cdc3c221ed20c72261
md5=7a6fb8840da2cdad9f62bfd732de5e45

Description

A simple library to parse and evaluate arithmetic expressions that may include variables. The purpose is for other code to accept an expression rather than just a literal value. Both float and boolean expressions are supported.

Published: 11 Jan 2026

Dependencies (3)

  1. cmdliner >= "1.1.0" & < "2.0.0"
  2. ocaml >= "4.08.0"
  3. dune >= "2.7"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None