Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 14, 2020 23:00
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/da1373c853c1ad159a1cc6beaa39fe70 to your computer and use it in GitHub Desktop.
Save r-ryantm/da1373c853c1ad159a1cc6beaa39fe70 to your computer and use it in GitHub Desktop.
/nix/store/r87m75sbbk2pqmp3ix0rvp6l71vffj8c-namecoin-nc0.20.0
├── bin
│   ├── bench_namecoin
│   ├── namecoin-cli
│   ├── namecoind
│   ├── namecoin-tx
│   ├── namecoin-wallet
│   └── test_namecoin
├── include
│   └── namecoinconsensus.h
├── lib
│   ├── libnamecoinconsensus.la
│   ├── libnamecoinconsensus.so -> libnamecoinconsensus.so.0.0.0
│   ├── libnamecoinconsensus.so.0 -> libnamecoinconsensus.so.0.0.0
│   ├── libnamecoinconsensus.so.0.0.0
│   └── pkgconfig
│   └── libnamecoinconsensus.pc
└── share
└── man
└── man1
├── namecoin-cli.1.gz
├── namecoind.1.gz
├── namecoin-tx.1.gz
└── namecoin-wallet.1.gz
7 directories, 16 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment