Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 1, 2020 15:02
Show Gist options
  • Save r-ryantm/a401b3e497b8cb34c441828bf7b6b027 to your computer and use it in GitHub Desktop.
Save r-ryantm/a401b3e497b8cb34c441828bf7b6b027 to your computer and use it in GitHub Desktop.
/nix/store/yr2xq633gjmm3630zw72qxjphz1kmcls-bctoolbox-4.4.13
├── include
│   └── bctoolbox
│   ├── charconv.h
│   ├── compiler.h
│   ├── crypto.h
│   ├── defs.h
│   ├── exception.hh
│   ├── list.h
│   ├── logging.h
│   ├── map.h
│   ├── parser.h
│   ├── port.h
│   ├── regex.h
│   ├── tester.h
│   ├── vconnect.h
│   └── vfs.h
├── lib
│   ├── libbctoolbox.so -> libbctoolbox.so.1
│   ├── libbctoolbox.so.1
│   ├── libbctoolbox-tester.so -> libbctoolbox-tester.so.1
│   ├── libbctoolbox-tester.so.1
│   └── pkgconfig
│   ├── bctoolbox.pc
│   └── bctoolbox-tester.pc
└── share
└── bctoolbox
└── cmake
├── BcGitVersion.cmake
├── bctoolboxCMakeUtils.cmake
├── bctoolboxConfig.cmake
├── bctoolboxConfigVersion.cmake
├── bctoolboxTargets.cmake
├── bctoolboxTargets-release.cmake
├── ConfigureSpecfile.cmake
├── gitversion.h.in
└── MakeArchive.cmake
7 directories, 29 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment