Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 15, 2019 05:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/150e99c2e379dd125c192d40b597d81e to your computer and use it in GitHub Desktop.
Save ryantm/150e99c2e379dd125c192d40b597d81e to your computer and use it in GitHub Desktop.
/nix/store/bizskr92zsgsz5c8jffh4kba10c8y20m-asdf-3.3.3
├── lib
│   └── common-lisp
│   ├── asdf
│   │   ├── action.lisp
│   │   ├── asdf.asd
│   │   ├── backward-interface.lisp
│   │   ├── backward-internals.lisp
│   │   ├── bin
│   │   │   └── bump-version
│   │   ├── build
│   │   │   └── asdf.lisp
│   │   ├── bundle.lisp
│   │   ├── component.lisp
│   │   ├── concatenate-source.lisp
│   │   ├── contrib
│   │   │   ├── debug.lisp -> ../uiop/contrib/debug.lisp
│   │   │   ├── debug-plan.lisp
│   │   │   ├── detect-multiply-used-files.lisp
│   │   │   ├── fasl-op.lisp
│   │   │   ├── fast-compile-op.lisp
│   │   │   ├── fiveam-asdf
│   │   │   │   ├── code.lisp
│   │   │   │   ├── fiveam-asdf.asd
│   │   │   │   └── license.txt
│   │   │   └── wild-modules.lisp
│   │   ├── doc
│   │   │   ├── asdf.html
│   │   │   ├── asdf.html.log
│   │   │   ├── asdf.info
│   │   │   ├── asdf.texinfo
│   │   │   ├── best_practices.md
│   │   │   ├── cclan.png
│   │   │   ├── Changelog
│   │   │   ├── exported-functions
│   │   │   ├── exported-non-function-names
│   │   │   ├── favicon.ico
│   │   │   ├── index.html
│   │   │   ├── lisp-logo120x80.png
│   │   │   ├── Makefile
│   │   │   ├── release-emails
│   │   │   │   ├── asdf-3.1.2.txt
│   │   │   │   ├── asdf-3.1.5.txt
│   │   │   │   ├── asdf-3.1.6.txt
│   │   │   │   ├── asdf-3.2.0.txt
│   │   │   │   ├── asdf-3.2.1.txt
│   │   │   │   ├── asdf-3.3.0.txt
│   │   │   │   ├── asdf-3.3.1.txt
│   │   │   │   ├── asdf-3.3.2.txt
│   │   │   │   └── asdf-3.3.3.txt
│   │   │   ├── style.css
│   │   │   └── undocumented-functions
│   │   ├── find-component.lisp
│   │   ├── find-system.lisp
│   │   ├── footer.lisp
│   │   ├── forcing.lisp
│   │   ├── header.lisp
│   │   ├── interface.lisp
│   │   ├── lisp-action.lisp
│   │   ├── make-asdf.bat
│   │   ├── make-asdf.sh
│   │   ├── Makefile
│   │   ├── Makefile-lisp-scripting
│   │   ├── operate.lisp
│   │   ├── operation.lisp
│   │   ├── output-translations.lisp
│   │   ├── package-inferred-system.lisp
│   │   ├── parse-defsystem.lisp
│   │   ├── plan.lisp
│   │   ├── README.md
│   │   ├── session.lisp
│   │   ├── source-registry.lisp
│   │   ├── system.lisp
│   │   ├── system-registry.lisp
│   │   ├── test
│   │   │   ├── always-error.lisp
│   │   │   ├── asdf-pathname-test.script
│   │   │   ├── bad-shell-command
│   │   │   ├── cat-to-stderr.sh
│   │   │   ├── defmacro-foo.lisp
│   │   │   ├── defsetf-foo.lisp
│   │   │   ├── defsystem-depends-on
│   │   │   │   ├── defsystem-dependency.asd
│   │   │   │   ├── defsystem-dependency.lisp
│   │   │   │   ├── intermediate-dependency.asd
│   │   │   │   ├── intermediate-dependency.lisp
│   │   │   │   ├── main-system.asd
│   │   │   │   ├── main-system.lisp
│   │   │   │   ├── overlapping-dependency.asd
│   │   │   │   ├── overlapping-dependency.lisp
│   │   │   │   ├── test-system.asd
│   │   │   │   └── test-system.lisp
│   │   │   ├── defun-foo.lisp
│   │   │   ├── defun-setf-foo.lisp
│   │   │   ├── dll-test.lisp
│   │   │   ├── dll-user.lisp
│   │   │   ├── duplicate-components.asd
│   │   │   ├── duplicate-components-test.script
│   │   │   ├── ecl-make-image
│   │   │   │   ├── hello_aux.c
│   │   │   │   ├── hello.lisp
│   │   │   │   ├── hellow.asd
│   │   │   │   └── readme.lisp
│   │   │   ├── ecl-make-image.script
│   │   │   ├── ecl-prebuilt-systems
│   │   │   │   ├── hello.lisp
│   │   │   │   ├── hellow.asd
│   │   │   │   └── readme.lisp
│   │   │   ├── ecl-prebuilt-systems.script
│   │   │   ├── exiter.sh
│   │   │   ├── file1.lisp
│   │   │   ├── file2.lisp
│   │   │   ├── file3.lisp
│   │   │   ├── file3-only.asd
│   │   │   ├── file4.lisp
│   │   │   ├── fun-with-undefined-locals.lisp
│   │   │   ├── good-shell-command
│   │   │   ├── graveyard
│   │   │   │   ├── test6.script
│   │   │   │   ├── test7.script
│   │   │   │   ├── test-preferences-1.lisp
│   │   │   │   ├── test-preferences-1.script
│   │   │   │   ├── test-preferences-system-1.asd
│   │   │   │   ├── test-preferences-system-load.lisp
│   │   │   │   └── test-preferences-system-test.lisp
│   │   │   ├── hello.lisp
│   │   │   ├── hello-world-example.asd
│   │   │   ├── in-progress.lisp
│   │   │   ├── killercontainer.sh
│   │   │   ├── killer.sh
│   │   │   ├── lambda.lisp
│   │   │   ├── l-file.lisp
│   │   │   ├── logical-file.lisp
│   │   │   ├── loop.asd
│   │   │   ├── l-operation.lisp
│   │   │   ├── make-hello-world.lisp
│   │   │   ├── monodll-1.lisp
│   │   │   ├── monodll.lisp
│   │   │   ├── monodll-user.lisp
│   │   │   ├── package-inferred-system-test
│   │   │   │   ├── a
│   │   │   │   │   └── x.lisp
│   │   │   │   ├── a.lisp
│   │   │   │   ├── b.lisp
│   │   │   │   ├── c.lisp
│   │   │   │   ├── d.lisp
│   │   │   │   ├── e.lisp
│   │   │   │   └── package-inferred-system-test.asd
│   │   │   ├── package-inferred-system-test.script
│   │   │   ├── package-test.lisp
│   │   │   ├── properly-upgraded.lisp
│   │   │   ├── require-system.asd
│   │   │   ├── run-tests.sh
│   │   │   ├── script-support.lisp
│   │   │   ├── show-progress.lisp
│   │   │   ├── sleeper.sh
│   │   │   ├── sources
│   │   │   │   ├── a
│   │   │   │   │   └── which-asd2.asd
│   │   │   │   ├── b
│   │   │   │   │   └── which-asd2.asd
│   │   │   │   ├── level1
│   │   │   │   │   ├── file1.lisp
│   │   │   │   │   ├── level2
│   │   │   │   │   │   ├── file2.lisp
│   │   │   │   │   │   └── static.file
│   │   │   │   │   ├── test-tmp.cl
│   │   │   │   │   └── which-asd.asd
│   │   │   │   └── which-asd.asd
│   │   │   ├── stamp-propagation
│   │   │   │   ├── file1.lisp
│   │   │   │   ├── file2.lisp
│   │   │   │   └── test-stamp-propagation.lisp
│   │   │   ├── stderr
│   │   │   ├── test1.asd
│   │   │   ├── test1.script
│   │   │   ├── test2a.asd
│   │   │   ├── test2.asd
│   │   │   ├── test2b1.asd
│   │   │   ├── test2b2.asd
│   │   │   ├── test2b3.asd
│   │   │   ├── test2.script
│   │   │   ├── test3.asd
│   │   │   ├── test3.script
│   │   │   ├── test8.script
│   │   │   ├── test9-1.asd
│   │   │   ├── test9-2.asd
│   │   │   ├── test9.script
│   │   │   ├── test-around-compile.script
│   │   │   ├── test-asdf.asd
│   │   │   ├── test-asdf.script
│   │   │   ├── test-bad-system-name.asd
│   │   │   ├── test-builtin-source-file-type.script
│   │   │   ├── test-bundle.script
│   │   │   ├── test-cache-for-introspection.script
│   │   │   ├── test-cache.script
│   │   │   ├── test-compile-file-failure.lisp
│   │   │   ├── test-compile-file-failure.script
│   │   │   ├── test-concatenate-source.lisp
│   │   │   ├── test-concatenate-source.script
│   │   │   ├── test-configuration.script
│   │   │   ├── test-deferred-warnings.script
│   │   │   ├── test-defsystem-depends-on-change.asd
│   │   │   ├── test-defsystem-depends-on-change.script
│   │   │   ├── test-defsystem-depends-on-circular.asd
│   │   │   ├── test-defsystem-depends-on-missing-system.asd
│   │   │   ├── test-defsystem-depends-on-phase-overlap.script
│   │   │   ├── test-defsystem-depends-on.script
│   │   │   ├── test-defsystem-errors.script
│   │   │   ├── test-defsystem-loop.script
│   │   │   ├── test-deprecation.script
│   │   │   ├── test-encodings.script
│   │   │   ├── test-extension.l
│   │   │   ├── test-file
│   │   │   ├── test-force.script
│   │   │   ├── test-include1.asd
│   │   │   ├── test-include2.asd
│   │   │   ├── test-inline-methods.script
│   │   │   ├── test.lisp
│   │   │   ├── test-logical-pathname.asd
│   │   │   ├── test-logical-pathname.script
│   │   │   ├── test-macosx.script-ignore
│   │   │   ├── test-missing-lisp-file.script
│   │   │   ├── test-module-depend.asd
│   │   │   ├── test-module-depend.script
│   │   │   ├── test-module-excessive-depend.script
│   │   │   ├── test-module-pathnames.script
│   │   │   ├── test-modules.asd
│   │   │   ├── test-modules-serial.asd
│   │   │   ├── test-multiple.asd
│   │   │   ├── test-multiple.script
│   │   │   ├── test-mutual-redefinition-1.asd
│   │   │   ├── test-mutual-redefinition-2.asd
│   │   │   ├── test-mutual-redefinition.script
│   │   │   ├── test-nested-1.lisp
│   │   │   ├── test-nested-components.script
│   │   │   ├── test-operation-classes.script
│   │   │   ├── test-package.asd
│   │   │   ├── test-package.script
│   │   │   ├── test-preloaded.script
│   │   │   ├── test-program.script
│   │   │   ├── test-read-depends.script
│   │   │   ├── test-redundant-recompile.script
│   │   │   ├── test-require.script
│   │   │   ├── test-retry-loading-component-1.script
│   │   │   ├── test-run-program.script
│   │   │   ├── test-run-program-unix.script
│   │   │   ├── test-samedir-modules.asd
│   │   │   ├── test-samedir-modules.script
│   │   │   ├── test-source-file-type-1.asd
│   │   │   ├── test-source-file-type-2.asd
│   │   │   ├── test-source-file-type.script
│   │   │   ├── test-source-registry.script
│   │   │   ├── test-stamp-propagation.script
│   │   │   ├── test-static-and-serial.script
│   │   │   ├── test-symlink-loop.script
│   │   │   ├── test-sysdef-asdf.script
│   │   │   ├── test-system-pathnames.script
│   │   │   ├── test-tmp.cl
│   │   │   ├── test-tmp.lsp
│   │   │   ├── test-touch-system-1.script
│   │   │   ├── test-touch-system-2.script
│   │   │   ├── test-try-recompiling-1.script
│   │   │   ├── test-try-refinding.script
│   │   │   ├── test-undeferred-warnings.script
│   │   │   ├── test-urls-1.asd
│   │   │   ├── test-urls-1.script
│   │   │   ├── test-urls-2.asd
│   │   │   ├── test-urls-2.script
│   │   │   ├── test-utilities.script
│   │   │   ├── test-version.script
│   │   │   ├── test-weakly-depends-on-present.script
│   │   │   ├── test-weakly-depends-on-unpresent.asd
│   │   │   ├── test-weakly-depends-on-unpresent.script
│   │   │   ├── test-xach-update-bug.script
│   │   │   ├── try-recompiling-1.asd
│   │   │   ├── try-recompiling-1.lisp
│   │   │   ├── try-reloading-1.asd
│   │   │   ├── try-reloading-dependency.hidden
│   │   │   ├── undefined-variables-throttled.asd
│   │   │   ├── unintern-foo.lisp
│   │   │   ├── use-foo.lisp
│   │   │   ├── use-setf-foo.lisp
│   │   │   ├── version.lisp-expr
│   │   │   ├── wild-module.script
│   │   │   ├── xach-foo-1
│   │   │   │   ├── a.lisp
│   │   │   │   └── test-asdf-location-change.asd
│   │   │   └── xach-foo-2
│   │   │   ├── a.lisp
│   │   │   ├── b.lisp
│   │   │   └── test-asdf-location-change.asd
│   │   ├── TODO
│   │   ├── tools
│   │   │   ├── asdf-tools
│   │   │   ├── asdf-tools.asd
│   │   │   ├── asdf-tools.bat
│   │   │   ├── build.lisp
│   │   │   ├── cl-source-registry-cache.lisp
│   │   │   ├── git.lisp
│   │   │   ├── install-asdf.lisp
│   │   │   ├── installation.lisp
│   │   │   ├── load-asdf.lisp
│   │   │   ├── main.lisp
│   │   │   ├── package.lisp
│   │   │   ├── pathnames.lisp
│   │   │   ├── release.lisp
│   │   │   ├── test-all.lisp
│   │   │   ├── test-basic.lisp
│   │   │   ├── test-environment.lisp
│   │   │   ├── test-scripts.lisp
│   │   │   ├── test-upgrade.lisp
│   │   │   └── version.lisp
│   │   ├── uiop
│   │   │   ├── asdf-driver.asd
│   │   │   ├── backward-driver.lisp
│   │   │   ├── common-lisp.lisp
│   │   │   ├── configuration.lisp
│   │   │   ├── contrib
│   │   │   │   └── debug.lisp
│   │   │   ├── doc
│   │   │   │   ├── docstrings.lisp
│   │   │   │   ├── Makefile
│   │   │   │   └── template.texinfo
│   │   │   ├── driver.lisp
│   │   │   ├── filesystem.lisp
│   │   │   ├── image.lisp
│   │   │   ├── launch-program.lisp
│   │   │   ├── lisp-build.lisp
│   │   │   ├── os.lisp
│   │   │   ├── package.lisp
│   │   │   ├── pathname.lisp
│   │   │   ├── README.md
│   │   │   ├── run-program.lisp
│   │   │   ├── stream.lisp
│   │   │   ├── uiop.asd
│   │   │   ├── utility.lisp
│   │   │   └── version.lisp
│   │   ├── upgrade.lisp
│   │   ├── user.lisp
│   │   └── version.lisp-expr
│   └── uiop -> /nix/store/bizskr92zsgsz5c8jffh4kba10c8y20m-asdf-3.3.3/lib/common-lisp/asdf/uiop
└── share
└── doc
└── asdf
├── asdf.html
├── asdf.html.log
├── asdf.info
├── asdf.texinfo
├── best_practices.md
├── cclan.png
├── Changelog
├── exported-functions
├── exported-non-function-names
├── favicon.ico
├── index.html
├── lisp-logo120x80.png
├── Makefile
├── release-emails
│   ├── asdf-3.1.2.txt
│   ├── asdf-3.1.5.txt
│   ├── asdf-3.1.6.txt
│   ├── asdf-3.2.0.txt
│   ├── asdf-3.2.1.txt
│   ├── asdf-3.3.0.txt
│   ├── asdf-3.3.1.txt
│   ├── asdf-3.3.2.txt
│   └── asdf-3.3.3.txt
├── style.css
└── undocumented-functions
33 directories, 336 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment