This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View file

@ -0,0 +1,9 @@
When a public name is implicit from the name, it should still be validated as a
public name.
$ dune init lib 0 --public
Error: Public names are composed of an opam package name and optional
dot-separated string suffixes.
Package names can contain letters, numbers, '-', '_' and '+', and need to
contain at least a letter.
[1]