File: dune

package info (click to toggle)
mlpost 0.9-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,844 kB
  • sloc: ml: 21,094; javascript: 4,047; makefile: 430; ansic: 34; lisp: 19; sh: 15
file content (9 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
(library
 (name mlpost_dot)
 (public_name mlpost.dot)
 (synopsis "Library for Mlpost which use dot to place Box, Picture, ...")
 (libraries mlpost))

(ocamllex xdot_lexer)

(ocamlyacc xdot_parser)