File: dune

package info (click to toggle)
ocaml-stdio 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: ml: 258; makefile: 14
file content (10 lines) | stat: -rw-r--r-- 211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
(library
 (name stdio)
 (public_name stdio)
 (libraries base)
 (preprocess no_preprocessing)
 (lint
  (pps ppx_base -check-doc-comments -type-conv-keep-w32=impl
    -apply=js_style,type_conv)))

(documentation)