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 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)."
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" {>= "1.0" & < "2.0"}
15 "bwd" {>= "2.2"}
16 "eio" {>= "0.12"}
17 "eio_main" {>= "0.12"}
18 "lsp" {>= "1.15"}
19 "notty" {>= "0.2.3"}
20 "alcotest" {with-test & >= "1.5"}
21 "odoc" {with-doc}
22]
23build: [
24 ["dune" "subst"] {dev}
25 [
26 "dune"
27 "build"
28 "-p"
29 name
30 "-j"
31 jobs
32 "@install"
33 "@runtest" {with-test}
34 "@doc" {with-doc}
35 ]
36]
37dev-repo: "git+https://github.com/RedPRL/asai.git"
38url {
39 src: "https://github.com/RedPRL/asai/archive/refs/tags/0.1.1.tar.gz"
40 checksum: [
41 "md5=f762bb420708c0667552f3e7f8d569ef"
42 "sha512=91daf5a13300ee957175911908b50da69d878ddc1ca148ce3ebf98bfb73ed5ac2382d50f462b0b56e6a66de54f42103d8834346c26216522a03c4d34a66cd321"
43 ]
44}