Skip to content

Commit 3075674

Browse files
committed
Add mli for root file
1 parent c91810b commit 3075674

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
(library
2323
(name readme)
2424
(package print-table-dev)
25-
(flags :standard -w +a-4-40-41-42-44-45-48-66-70 -warn-error +a)
25+
(flags :standard -w +a-4-40-41-42-44-45-48-66 -warn-error +a)
2626
(libraries print_table)
2727
(inline_tests)
2828
(instrumentation

gen_readme.mli

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)