
The "racket" directory contains a pared-back version of the repository, roughly. The "pkgs" directory everything else in the repository, but organized into packages. original commit: b2ebb0a28bf8136e75cd98316c22fe54c30eacb2
11 lines
258 B
Racket
11 lines
258 B
Racket
#lang racket/base
|
|
|
|
;; deprecated library, see `racket/runtime-path`
|
|
|
|
(require racket/runtime-path)
|
|
(provide define-runtime-path
|
|
define-runtime-paths
|
|
define-runtime-path-list
|
|
define-runtime-module-path-index
|
|
runtime-paths)
|