This commit is contained in:
Swrup 2025-09-13 15:56:19 +02:00
commit e872f52e97
8 changed files with 116 additions and 0 deletions

4
src/dune Normal file
View file

@ -0,0 +1,4 @@
(executable
(public_name mte)
(name mte)
(libraries vif fmt jsont))