Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 17, 2019 22: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 ryantm/f56e60cc9b2631671ba3efde3fed89a8 to your computer and use it in GitHub Desktop.
Save ryantm/f56e60cc9b2631671ba3efde3fed89a8 to your computer and use it in GitHub Desktop.
/nix/store/f2g25dclf4mnc6g5g6wzfh4k2y9qp4i7-gnuradio-rds-1.1.0
├── include
│   └── rds
│   ├── gnuradio
│   │   └── rds
│   │   ├── api.h
│   │   ├── decoder.h
│   │   ├── encoder.h
│   │   └── parser.h
│   └── rds
│   └── swig
│   ├── rds_swig_doc.i
│   └── rds_swig.i
├── lib
│   ├── libgnuradio-rds-3.7.0git.so -> libgnuradio-rds-3.7.0git.so.0.0.0
│   ├── libgnuradio-rds-3.7.0git.so.0 -> libgnuradio-rds-3.7.0git.so.0.0.0
│   ├── libgnuradio-rds-3.7.0git.so.0.0.0
│   ├── libgnuradio-rds.so -> libgnuradio-rds-3.7.0git.so.0.0.0
│   └── python2.7
│   └── site-packages
│   └── rds
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── __init__.pyo
│   ├── rdspanel.py
│   ├── rdspanel.pyc
│   ├── rdspanel.pyo
│   ├── rds_swig.py
│   ├── rds_swig.pyc
│   ├── rds_swig.pyo
│   └── _rds_swig.so
└── share
└── gnuradio
└── grc
└── blocks
├── rds_decoder.xml
├── rds_encoder.xml
├── rds_panel.xml
└── rds_parser.xml
14 directories, 24 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment