package sexp_macro

  1. Overview
  2. Docs

Description

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

Published: 31 May 2020

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.14" & < "v0.15"
  3. ppx_jane >= "v0.14" & < "v0.15"
  4. async >= "v0.14" & < "v0.15"
  5. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (2)

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

Conflicts

None