aboutsummaryrefslogtreecommitdiffstats
path: root/src/Verilog/dune
diff options
context:
space:
mode:
Diffstat (limited to 'src/Verilog/dune')
-rw-r--r--src/Verilog/dune4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Verilog/dune b/src/Verilog/dune
new file mode 100644
index 0000000..227d4a5
--- /dev/null
+++ b/src/Verilog/dune
@@ -0,0 +1,4 @@
+(library
+ (name Verilog)
+ (public_name coqup.verilog)
+ (libraries coqup.extraction))