File: dune

package info (click to toggle)
tyxml 4.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 944 kB
  • sloc: ml: 9,712; makefile: 91; javascript: 3
file content (11 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
(library
 (name tyxml_f)
 (public_name tyxml.functor)
 (wrapped false)
 (modules_without_implementation
  Xml_sigs Html_sigs Svg_sigs Html_types Svg_types)
 (synopsis "Statically correct HTML and SVG documents (Functor version)")
 (libraries uutf re seq)
 (flags (:standard
         -safe-string))
)