Skip to content

Instantly share code, notes, and snippets.

@spdegabrielle
Created January 12, 2025 23:52
Show Gist options
  • Save spdegabrielle/cb0b8e0987730f6dc09867afcc76f718 to your computer and use it in GitHub Desktop.
Save spdegabrielle/cb0b8e0987730f6dc09867afcc76f718 to your computer and use it in GitHub Desktop.
site.rkt for making your own Racket.
#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