package sexp_macro

  1. Overview
  2. Docs
Sexp macros

Install

Dune Dependency

Authors

Maintainers

Sources

sexp_macro-v0.15.0.tar.gz
sha256=01d24495c83c7bbee6e5e36894baeee43e5666e8c433f7154fcd0b46ea27325f

Description

Sexp macros allow the user to define and use constants and simple functions in sexp files, include one sexp file in another.

Published: 21 Mar 2022

README

"Sexp_macro"

This library introduces sexp macros. They allow user to define and use constants and simple functions in sexp files, include one sexp file in another.

The library does not support creating such macros. It provides a set of functions for reading sexp files and resolving macros in them.

Dependencies (5)

  1. dune >= "2.0.0"
  2. sexplib >= "v0.15" & < "v0.16"
  3. ppx_jane >= "v0.15" & < "v0.16"
  4. async >= "v0.15" & < "v0.16"
  5. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (2)

  1. async_smtp = "v0.15.0"
  2. sexp = "v0.15.0"

Conflicts

None