We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91810b commit 3075674Copy full SHA for 3075674
dune
@@ -22,7 +22,7 @@
22
(library
23
(name readme)
24
(package print-table-dev)
25
- (flags :standard -w +a-4-40-41-42-44-45-48-66-70 -warn-error +a)
+ (flags :standard -w +a-4-40-41-42-44-45-48-66 -warn-error +a)
26
(libraries print_table)
27
(inline_tests)
28
(instrumentation
gen_readme.mli
@@ -0,0 +1,5 @@
1
+(*_***************************************************************************)
2
+(*_ print-table - Simple Unicode/ANSI and Markdown text table rendering *)
3
+(*_ SPDX-FileCopyrightText: 2025 Mathieu Barbin <mathieu.barbin@gmail.com> *)
4
+(*_ SPDX-License-Identifier: ISC *)
5
0 commit comments