aboutsummaryrefslogtreecommitdiffstats
path: root/bin/dune
blob: 2a56b29506f9e59a4a6c9000abb22e920e422091 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(executable
 (public_name mininix)
 (name main)
 (preprocess
  (pps ppx_let))
 (libraries
  nix
  core
  core_unix.command_unix
  linenoise
  mininix
  sexp_pretty
  stdio
  ppx_let))