Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 1, 2019 15:06
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/0a1db105a44efd54051114b0e648840b to your computer and use it in GitHub Desktop.
Save ryantm/0a1db105a44efd54051114b0e648840b to your computer and use it in GitHub Desktop.
/nix/store/nc3y6sg4r07mg2h7f5kwrydc4nvna9gd-avro-c-1.9.1
├── bin
│   ├── avroappend
│   ├── avrocat
│   ├── avromod
│   └── avropipe
├── include
│   ├── avro
│   │   ├── allocation.h
│   │   ├── basics.h
│   │   ├── consumer.h
│   │   ├── data.h
│   │   ├── errors.h
│   │   ├── generic.h
│   │   ├── io.h
│   │   ├── legacy.h
│   │   ├── msinttypes.h
│   │   ├── msstdint.h
│   │   ├── platform.h
│   │   ├── refcount.h
│   │   ├── resolver.h
│   │   ├── schema.h
│   │   └── value.h
│   └── avro.h
└── lib
├── libavro.a
├── libavro.so -> libavro.so.23
├── libavro.so.23 -> libavro.so.23.0.0
├── libavro.so.23.0.0
└── pkgconfig
└── avro-c.pc
5 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment