Initial
ci / test (push) Waiting to run

This commit is contained in:
2026-04-24 22:11:05 +00:00
commit 93add075cb
24 changed files with 1321 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
(library
(name graphis)
(public_name graphis)
(libraries unix)
(flags
(:standard -w -30))
(modules graphis heap dot))
(documentation
(package graphis))