Skip to content

Commit 35d5dc2

Browse files
committed
docs: choose a better OPAM short description
1 parent 6a5231a commit 35d5dc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

asai.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
synopsis: "A library for constructing and printing diagnostics"
3+
synopsis: "A library for constructing and printing compiler diagnostics"
44
description:
55
"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)."
66
maintainer: ["favonia <[email protected]>"]

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
(package
1616
(name asai)
17-
(synopsis "A library for constructing and printing diagnostics")
17+
(synopsis "A library for constructing and printing compiler diagnostics")
1818
(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).")
1919
(depends
2020
ocaml

0 commit comments

Comments
 (0)