File: dune

package info (click to toggle)
ocaml-eio 1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,548 kB
  • sloc: ml: 14,608; ansic: 1,237; makefile: 25
file content (8 lines) | stat: -rw-r--r-- 267 bytes parent folder | download
1
2
3
4
5
6
7
8
; This should be an executable, but dune won't let us associate non-installed executables
; to packages, so we use this work-around.
(test
  (name main)
  (package eio_main)
  (deps ./main.exe)
  (action (progn))  ; Don't run as a test
  (libraries eio_main yojson))