this repo has no description

Merge pull request #24663 from favonia/opam-publish-asai.0.2.0

Package asai.0.2.0

Changed files
+41
packages
asai
asai.0.2.0
+41
packages/asai/asai.0.2.0/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.0"}
+
"algaeff" {>= "1.0"}
+
"bwd" {>= "2.2"}
+
"notty" {>= "0.2.3"}
+
"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.2.0.tar.gz"
+
checksum: [
+
"md5=82a3980b06695456ad4baa83175456a7"
+
"sha512=044d7a37e5321349d7ee6e65c49fac3ec258260aebaa306797f1c2dbf2dcef155b5ecdabb15ae969630609c70d6f3176f7159505cd2748869a61e2d38614c7fc"
+
]
+
}