Created
January 12, 2025 23:52
-
-
Save spdegabrielle/cb0b8e0987730f6dc09867afcc76f718 to your computer and use it in GitHub Desktop.
site.rkt for making your own Racket.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#lang distro-build/config | |
(machine | |
#:pkgs '("2d" | |
"at-exp-lib" | |
"compatibility" | |
"contract-profile" | |
"compiler" | |
"data" | |
"datalog" | |
"db" | |
"draw" | |
"draw-doc" | |
"draw-lib" | |
"drracket" | |
"drracket-tool" | |
"expeditor" | |
"errortrace" | |
"future-visualizer" | |
"future-visualizer-typed" | |
"gui" | |
"htdp" | |
"html" | |
"icons" | |
"images" | |
"lazy" | |
"macro-debugger" | |
"macro-debugger-text-lib" | |
"make" | |
"math" | |
"mysterx" | |
"mzcom" | |
"mzscheme" | |
"net" | |
"net-cookies" | |
"optimization-coach" | |
"option-contract" | |
"parser-tools" | |
"pconvert-lib" | |
"pict" | |
"pict-snip" | |
"plai" | |
"planet" | |
"plot" | |
"preprocessor" | |
"profile" | |
"racket-doc" | |
"distributed-places" | |
"racket-cheat" | |
"racket-index" | |
"racket-lib" | |
"racklog" | |
"rackunit" | |
"rackunit-typed" | |
"readline" | |
"realm" | |
"redex" | |
"rhombus" | |
"quickscript-extra" | |
"sandbox-lib" | |
"sasl" | |
"schemeunit" | |
"scribble" | |
"serialize-cstruct-lib" | |
"sgl" | |
"shell-completion" | |
"simple-tree-text-markup" | |
"slatex" | |
"slideshow" | |
"snip" | |
"srfi" | |
"string-constants" | |
"syntax-color" | |
"trace" | |
"typed-racket" | |
"typed-racket-more" | |
"unix-socket" | |
"web-server" | |
"wxme" | |
"xrepl" | |
"ds-store")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment