this repo has no description

Package asai.0.3.1

favonia 70a91775 90d8c520

Changed files
+40
packages
asai
asai.0.3.1
+40
packages/asai/asai.0.3.1/opam
···
···
+
# 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 <favonia@gmail.com>"]
+
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.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.1.tar.gz"
+
checksum: [
+
"md5=07d2bc322d4da2c3f261205b021d7e8d"
+
"sha512=52dc5937a2b319c4b893026aafe1e77f3e3cfe57a420f9d64685fc2b89bfbbeffba7e7428e14ffce531ebaedba28d27eaa87321123ab3e32bf808106c6dd9ace"
+
]
+
}