Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 3, 2020 01:30
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/f13d4cb02e8ffd6cb497d456df32f4f2 to your computer and use it in GitHub Desktop.
Save r-ryantm/f13d4cb02e8ffd6cb497d456df32f4f2 to your computer and use it in GitHub Desktop.
/nix/store/5aqg7j6gr3zhqs4mrjz7fypgjr8n4ibn-nanopb-0.4.4
├── bin
│   ├── nanopb_generator.py
│   └── protoc-gen-nanopb
├── include
│   ├── pb_common.c
│   ├── pb_common.h
│   ├── pb_decode.c
│   ├── pb_decode.h
│   ├── pb_encode.c
│   ├── pb_encode.h
│   └── pb.h
├── lib
│   ├── cmake
│   │   └── nanopb
│   │   ├── nanopb-config.cmake
│   │   ├── nanopb-config-version.cmake
│   │   ├── nanopb-targets.cmake
│   │   └── nanopb-targets-release.cmake
│   ├── libprotobuf-nanopb.a
│   ├── libprotobuf-nanopb.so -> libprotobuf-nanopb.so.0
│   ├── libprotobuf-nanopb.so.0
│   └── python3.8
│   └── site-packages
│   └── proto
│   ├── nanopb_pb2.py
│   ├── nanopb.proto
│   └── _utils.py
└── share
└── nanopb
└── generator
└── proto
└── nanopb.proto
12 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment