File: dune

package info (click to toggle)
coq-simple-io 1.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 380 kB
  • sloc: ml: 273; makefile: 66
file content (11 lines) | stat: -rw-r--r-- 344 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
(coq.extraction
 (prelude main)
 (extracted_modules Datatypes ExtrOcamlIntConv Nat
                    IO_Monad IO_RawChar IO_Stdlib IO_Sys IO_Bytes IO_Exceptions IO_Filename IO_Float IO_Random IO_String IO_Unix IO_UnsafeNat
                    main)
 (theories SimpleIO))

(test
 (name main)
 (libraries unix)
 (flags :standard -w -33-39-67))