Commit initial

This commit is contained in:
Matthieu Dubuget
2019-04-13 13:47:57 +02:00
commit ea1e853d0b
7 changed files with 146 additions and 0 deletions

13
dll/dune Executable file
View File

@ -0,0 +1,13 @@
(executable
(name tst)
(libraries tst_stub)
(modes shared_object))
(alias
(name install)
(deps tst%{ext_dll}))
(rule
(targets tst.ml)
(action
(write-file %{targets} "")))