racket/pkgs/racket-doc/scribblings/reference/os.scrbl
Asumu Takikawa a729c028a6 Add racket/os library.
For now this just contains two functions from mzlib/os.
2015-10-05 11:59:38 -06:00

18 lines
462 B
Racket

#lang scribble/doc
@(require "mz.rkt")
@title[#:tag "os" #:style 'toc]{Operating System}
@local-table-of-contents[]
@include-section["paths.scrbl"]
@include-section["filesystem.scrbl"]
@include-section["networking.scrbl"]
@include-section["subprocess.scrbl"]
@include-section["logging.scrbl"]
@include-section["time.scrbl"]
@include-section["envvars.scrbl"]
@include-section["runtime.scrbl"]
@include-section["cmdline.scrbl"]
@include-section["os-lib.scrbl"]