learning-sicp

My embarrassing half assed SICP run.
git clone https://kaka.farm/~git/learning-sicp
Log | Files | Refs

manifest.scm (415B)


      1 ;; This "manifest" file can be passed to 'guix package -m' to reproduce
      2 ;; the content of your profile.  This is "symbolic": it only specifies
      3 ;; package names.  To reproduce the exact same profile, you also need to
      4 ;; capture the channels being used, as returned by "guix describe".
      5 ;; See the "Replicating Guix" section in the manual.
      6 
      7 (specifications->manifest
      8   (list "coreutils@9" "guile@3" "make@4" "sed@4"))