Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 29, 2020 19:01
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/ab67ae6c60234b16be8c8279a0906f88 to your computer and use it in GitHub Desktop.
Save r-ryantm/ab67ae6c60234b16be8c8279a0906f88 to your computer and use it in GitHub Desktop.
/nix/store/r4vb34vj1hcqmcna9w1fsmqps8hxzjvp-bctoolbox-4.4.6
├── 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