From 35d5dc2f5aacaa8724ca0eca64d5d86bf2e7cbfd Mon Sep 17 00:00:00 2001 From: favonia Date: Sat, 30 Sep 2023 19:39:58 -0500 Subject: [PATCH] docs: choose a better OPAM short description --- asai.opam | 2 +- dune-project | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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