File: build.mli

package info (click to toggle)
sks 1.1.6%2Bgit20210302.c3ba6d5a-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 136,244 kB
  • sloc: ml: 15,189; ansic: 1,061; sh: 366; makefile: 331; python: 25
file content (7 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
(* A functor that builds the main function for an executable that builds up the key
   database from a multi-file database dump.  dump files are taken from the
   command-line *)

module F (M : sig end) : sig
  val run : unit -> unit
end