package asai

  1. Overview
  2. Docs
A library for constructing and printing compiler diagnostics

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.0.tar.gz
md5=8163aca8b4856643115fcb0af093ca1c
sha512=5e766788b9dcc019ebd005a3a785c6e9afa5cbe1e7c7113bd89ff9fea51bf2216bcc8be4ab110ae0304ba65db13b70d880683f8cebef758f23cc83ebd4d63a91

Description

This package offers an implementation of compiler diagnostics and supports multiple handlers for displaying diagnostics to the end user. Currently, the package comes with built-in handlers for GitHub Actions workflow commands and UNIX terminals.

Published: 07 Nov 2023

README

🩺 asai 浅い: Compiler Diagnostics ⚠️

asai is a library for constructing and printing compiler diagnostics.

Please consult the package website for more information.

Dependencies (4)

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

Dev Dependencies (2)

  1. odoc with-doc
  2. alcotest with-test & >= "1.5"

Used by (1)

  1. forester >= "3.0.0"

Conflicts

None