File: dune

package info (click to toggle)
easy-format 1.3.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: ml: 1,223; makefile: 15
file content (10 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
;; we don't include jsonpp here b/c it requires json-wheel

(executables
 (names simple_example lambda_example)
 (modules :standard \ jsonpp)
 (libraries easy-format))

(alias
 (name DEFAULT)
 (deps simple_example.exe lambda_example.exe))