From abf33a4075c2008bfcac3b04ad3b4dc1c57a4efd Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 17 Feb 2020 18:06:37 +0000 Subject: Add pretty printing for Verilog integrated with CompCert --- src/Extraction/dune | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/Extraction/dune (limited to 'src/Extraction/dune') diff --git a/src/Extraction/dune b/src/Extraction/dune new file mode 100644 index 0000000..731701a --- /dev/null +++ b/src/Extraction/dune @@ -0,0 +1,4 @@ +(library + (name Extraction) + (public_name coqup.extraction) + (flags (:standard -warn-error -A))) -- cgit