diff --git a/asai.opam b/asai.opam index 5ce25f1..351cd13 100644 --- a/asai.opam +++ b/asai.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -synopsis: "A library for constructing and printing diagnostics" +synopsis: "A library for constructing and printing compiler diagnostics" description: "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)." maintainer: ["favonia "] diff --git a/dune-project b/dune-project index 1f5e955..dd507f3 100644 --- a/dune-project +++ b/dune-project @@ -14,7 +14,7 @@ (package (name asai) - (synopsis "A library for constructing and printing diagnostics") + (synopsis "A library for constructing and printing compiler diagnostics") (description "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).") (depends ocaml