First Commit

This commit is contained in:
Afonso Franco 2023-10-21 15:15:32 +01:00
commit b0864dff38
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys
12 changed files with 232 additions and 0 deletions

3
lib/dune Normal file
View file

@ -0,0 +1,3 @@
(library
(name cp)
(modules Cpcore Cplist Cpnat))