package expr

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.6.0.zip
sha256=24c681c4da72e59853da89c31052b2110e056eb54df501d391bfcc99c01ffaea
md5=80a29f1c1dd24ea23b3fa63f8a1f4d8a

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: 28 Dec 2025

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