package yuujinchou

  1. Overview
  2. Docs
A domain-specific language for manipulating hierarchical names

Install

Dune Dependency

Authors

Maintainers

Sources

3.1.0.tar.gz
md5=2164fed8f82ed1a6b63547b5f2ed0a57
sha512=f4e574b450f3cbf1803d1591678ea6ed26bd9f7d86ff92f76a53a0f91a107ae065b109a609f13359a587d0abe1d10b15ee4f0284bd4488b4f7dcd1f1481cfc82

Description

This package offers a domain-specific language for manipulating hierarchical names. It intends to facilitate the implementation of lexical scoping and import statements.

Published: 18 Jul 2022

README

README.markdown

# 👹 Yuujinchou 友人帳: Name Modifiers

_Yuujinchou_ is an OCaml package of name modifiers.

Please consult the [package website](https://redprl.org/yuujinchou/yuujinchou/) for more information.

## API Stability and Versioning Policy

We are still experimenting with different ways to package the API involving algebraic effects. Before the stable OCaml 5.0 is officially released, we will increment only the minor version number (_e.g.,_ 3.4.2 to 3.5.0) for breaking changes that do not fundamentally change the library.

Dependencies (4)

  1. bwd >= "2.0"
  2. algaeff >= "0.2" & < "2.0"
  3. ocaml >= "5.0"
  4. dune >= "2.0"

Dev Dependencies (3)

  1. odoc >= "2.0" & with-doc
  2. qcheck-core >= "0.18" & with-test
  3. alcotest >= "1.5" & with-test

Used by

None

Conflicts

None