File: dune

package info (click to toggle)
ocaml-mdx 2.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,560 kB
  • sloc: ml: 6,940; sh: 18; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
(library
 (name cli)
 (modules cli)
 (libraries cmdliner fmt.cli logs.fmt fmt.tty logs.cli mdx))

(executable
 (name main)
 (public_name ocaml-mdx)
 (package mdx)
 (modules :standard \ cli)
 (libraries cli mdx))