Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 10, 2019 16:33
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/0b83ff5397b482d5d458104824845087 to your computer and use it in GitHub Desktop.
Save ryantm/0b83ff5397b482d5d458104824845087 to your computer and use it in GitHub Desktop.
/nix/store/frflvwdnwn3phyl0ilz66g1inwbxdb39-kdev-php-5.3.2
├── etc
│   └── xdg
│   └── kdevphpsupport.categories
├── include
│   └── kdev-php
│   ├── kdevphpversion.h
│   ├── parser
│   │   ├── parsesession.h
│   │   ├── phplexer.h
│   │   └── tokenstream.h
│   └── private
│   └── 5.3
│   └── parser
│   ├── parserexport.h
│   ├── phpast-fwd.h
│   ├── phpast.h
│   ├── phpdebugvisitor.h
│   ├── phpdefaultvisitor.h
│   ├── phpparser.h
│   ├── phptokentext.h
│   ├── phptokentype.h
│   └── phpvisitor.h
├── lib
│   ├── cmake
│   │   └── KDevPHP
│   │   ├── KDevPHPConfig.cmake
│   │   ├── KDevPHPConfigVersion.cmake
│   │   ├── KDevPHPTargets.cmake
│   │   └── KDevPHPTargets-release.cmake
│   ├── libkdevphpcompletion.so
│   ├── libkdevphpduchain.so
│   ├── libkdevphpparser.so
│   └── qt-5.12
│   └── plugins
│   └── kdevplatform
│   └── 31
│   ├── kcm
│   │   └── kcm_kdevphpdocs.so
│   ├── kdevphpdocs.so
│   ├── kdevphplanguagesupport.so
│   └── kdevphpunitprovider.so
├── nix-support
│   ├── propagated-build-inputs
│   └── propagated-user-env-packages
└── share
├── appdata
│   └── org.kde.kdev-php.metainfo.xml
├── kdevappwizard
│   └── templates
│   └── simple_phpapp.tar.bz2
├── kdevphpsupport
│   ├── phpfunctions.php
│   └── phpunitdeclarations.php
└── kservices5
└── kcm_kdevphpdocs.desktop
23 directories, 32 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment