package asai

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.0.tar.gz
md5=82a3980b06695456ad4baa83175456a7
sha512=044d7a37e5321349d7ee6e65c49fac3ec258260aebaa306797f1c2dbf2dcef155b5ecdabb15ae969630609c70d6f3176f7159505cd2748869a61e2d38614c7fc

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: 24 Oct 2023

README

🩺 asai 浅い: Compiler Diagnostics ⚠️

asai is a library for constructing and printing compiler diagnostics.

Please consult the package website for more information.

Dependencies (5)

  1. notty >= "0.2.3"
  2. bwd >= "2.2"
  3. algaeff >= "1.0" & < "2.0"
  4. ocaml >= "5.0" & < "5.2"
  5. 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