Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 10, 2020 02:37
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 r-ryantm/6d09653d1cb359ceb93f15ea3043403c to your computer and use it in GitHub Desktop.
Save r-ryantm/6d09653d1cb359ceb93f15ea3043403c to your computer and use it in GitHub Desktop.
/nix/store/ifs7rczc7fw10sarz927mmvk539i34a2-kdev-php-5.5.2
├── include
│   └── kdev-php
│   ├── kdevphpversion.h
│   ├── parser
│   │   ├── parsesession.h
│   │   ├── phplexer.h
│   │   └── tokenstream.h
│   └── private
│   └── 5.5
│   └── 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.7
│   └── plugins
│   └── kdevplatform
│   └── 33
│   ├── 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
└── qlogging-categories5
└── kdevphpsupport.categories
22 directories, 32 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment