/usr/share/doc/racket/plt-installer/blueboxes.rktd is in racket-doc 6.7-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 371
((3) 0 () 1 ((q lib "setup/plt-installer.rkt")) () (h ! (equal) ((c def c (c (? . 0) q on-installer-run)) q (77 . 4)) ((c def c (c (? . 0) q with-installer-window)) q (182 . 6)) ((c def c (c (? . 0) q run-single-installer)) q (423 . 9)) ((q form ((lib "setup/plt-installer-sig.rkt") setup:plt-installer^)) q (883 . 2)) ((c def c (c (? . 0) q run-installer)) q (0 . 3))))
procedure
(run-installer filename) -> void?
filename : path-string?
parameter
(on-installer-run) -> (-> any)
(on-installer-run thunk) -> void?
thunk : (-> any)
procedure
(with-installer-window do-install
cleanup-thunk) -> void?
do-install : (-> (or/c (is-a?/c dialog%) (is-a?/c frame%))
void?)
cleanup-thunk : (-> any)
procedure
(run-single-installer
file
get-dir-proc
[#:show-beginning-of-file? show-beginning-of-file?])
-> void?
file : path-string?
get-dir-proc : (-> (or/c path-string? #f))
show-beginning-of-file? : any/c = #f
signature
setup:plt-installer^ : signature
|