dune files

This commit is contained in:
Matthieu Dubuget 2020-01-05 20:02:23 +01:00
parent 16ea45b97d
commit e626a036e7
2 changed files with 16 additions and 0 deletions

2
dune Normal file
View File

@ -0,0 +1,2 @@
(library
(name nombres))

14
dune-project Normal file
View File

@ -0,0 +1,14 @@
(lang dune 2.0)
(generate_opam_files true)
(package
(name nombres)
(description
"\| Convert ints into french.
"\|
"\| Some references:
"\| - https://leconjugueur.lefigaro.fr/frlesnombres.php
"\| - https://www.miakinen.net/vrac/nombres
"\| - https://www.dcode.fr/ecriture-nombre-lettres
))