File: dune

package info (click to toggle)
ocaml-rope 0.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 536 kB
  • sloc: ml: 1,715; sh: 33; makefile: 27
file content (10 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
(library
 (name        rope_top)
 (public_name rope.top)
 (modes byte)
 (synopsis  "Install toplevel (REPL) printers for Rope")
 (flags :standard
        -w -9
        -safe-string -strict-sequence
        -principal -short-paths)
 (libraries compiler-libs.toplevel rope))