package asai

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.1.tar.gz
md5=f762bb420708c0667552f3e7f8d569ef
sha512=91daf5a13300ee957175911908b50da69d878ddc1ca148ce3ebf98bfb73ed5ac2382d50f462b0b56e6a66de54f42103d8834346c26216522a03c4d34a66cd321

Description

This package offers an implementation of compiler diagnostics and supports multiple backends for displaying diagnostics to the end user. Currently, the package comes with three backends: GitHub Actions workflow commands, UNIX terminals, and LSP (Language Server Protocol).

Published: 02 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 (8)

  1. notty >= "0.2.3"
  2. lsp >= "1.15"
  3. eio_main >= "0.12"
  4. eio >= "0.12"
  5. bwd >= "2.2"
  6. algaeff >= "1.0" & < "2.0"
  7. ocaml >= "5.0" & < "5.2"
  8. dune >= "3.1"

Dev Dependencies (2)

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

Used by

None

Conflicts

None