# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "A library for constructing and printing compiler diagnostics" 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." maintainer: ["favonia "] authors: ["The RedPRL Development Team"] license: "Apache-2.0" homepage: "https://github.com/RedPRL/asai" bug-reports: "https://github.com/RedPRL/asai/issues" depends: [ "dune" {>= "3.1"} "ocaml" {>= "5.0" & < "5.2"} "algaeff" {>= "2.0"} "bwd" {>= "2.2"} "alcotest" {with-test & >= "1.5"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/RedPRL/asai.git" url { src: "https://github.com/RedPRL/asai/archive/refs/tags/0.3.0.tar.gz" checksum: [ "md5=8163aca8b4856643115fcb0af093ca1c" "sha512=5e766788b9dcc019ebd005a3a785c6e9afa5cbe1e7c7113bd89ff9fea51bf2216bcc8be4ab110ae0304ba65db13b70d880683f8cebef758f23cc83ebd4d63a91" ] }