(ql:quickload :redist) (progn (org.shirakumo.redist:define-project uuid ((:git "https://github.com/clasp-developers/uuid.git"))) (org.shirakumo.redist:define-project nontrivial-gray-streams ((:git "https://github.com/yitzchak/nontrivial-gray-streams.git"))) (org.shirakumo.redist:define-project trivia ((:git "https://github.com/clasp-developers/trivia.git"))) (org.shirakumo.redist:define-project cl-netcdf ((:git "https://github.com/clasp-developers/cl-netcdf.git"))) (org.shirakumo.redist:define-project common-lisp-jupyter ((:git "https://github.com/yitzchak/common-lisp-jupyter.git"))) (org.shirakumo.redist:define-project cytoscape-clj ((:git "https://github.com/yitzchak/cytoscape-clj.git"))) (org.shirakumo.redist:define-project kekule-clj ((:git "https://github.com/yitzchak/kekule-clj.git"))) (org.shirakumo.redist:define-project nglview-cl ((:git "https://github.com/cando-developers/nglview-cl.git"))) (org.shirakumo.redist:define-project cl-bqplot ((:git "https://github.com/clasp-developers/cl-bqplot.git"))) (org.shirakumo.redist:define-project hir-clj ((:git "https://github.com/clasp-developers/hir-clj.git"))) (org.shirakumo.redist:define-project cl-indentify ((:git "https://github.com/yitzchak/cl-indentify.git"))) (org.shirakumo.redist:define-project dexador ((:git "https://github.com/yitzchak/dexador.git"))) (org.shirakumo.redist:define-dist wibble (uuid trivia cl-netcdf common-lisp-jupyter cytoscape-clj kekule-clj nglview-cl cl-bqplot hir-clj cl-indentify dexador nontrivial-gray-streams) :url "http://localhost:8080") (org.shirakumo.redist:persist) (org.shirakumo.redist:compile 'wibble :verbose t))