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 (7 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
(library
 (name mlpost_graphics)
 (public_name mlpost.graphics)
 (synopsis
   "Library for Mlpost which use the ocaml graphics library (experimental)")
 (libraries mlpost graphics)
 (optional))