Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit eea9bf8

Browse files
committed
restore dune
1 parent dadabb2 commit eea9bf8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/dune

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
(copy_files# ext/*.{ml,mli})
2+
(
3+
executable
4+
(public_name GenType.exe)
5+
6+
; The main module that will become the binary.
7+
(name GenType)
8+
9+
(flags "-w" "-30-40")
10+
11+
; Depends on:
12+
(libraries unix str compiler-libs.common)
13+
)

0 commit comments

Comments
 (0)