this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "A library for constructing and printing compiler diagnostics"
4description:
5 "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."
6maintainer: ["favonia <favonia@gmail.com>"]
7authors: ["The RedPRL Development Team"]
8license: "Apache-2.0"
9homepage: "https://github.com/RedPRL/asai"
10bug-reports: "https://github.com/RedPRL/asai/issues"
11depends: [
12 "dune" {>= "3.1"}
13 "ocaml" {>= "5.0" & < "5.2"}
14 "algaeff" {>= "2.0"}
15 "bwd" {>= "2.2"}
16 "alcotest" {with-test & >= "1.5"}
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/RedPRL/asai.git"
34url {
35 src: "https://github.com/RedPRL/asai/archive/refs/tags/0.3.0.tar.gz"
36 checksum: [
37 "md5=8163aca8b4856643115fcb0af093ca1c"
38 "sha512=5e766788b9dcc019ebd005a3a785c6e9afa5cbe1e7c7113bd89ff9fea51bf2216bcc8be4ab110ae0304ba65db13b70d880683f8cebef758f23cc83ebd4d63a91"
39 ]
40}