Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 6, 2019 19:31
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/93a364bc678dbd7e0e743f05e6938838 to your computer and use it in GitHub Desktop.
Save ryantm/93a364bc678dbd7e0e743f05e6938838 to your computer and use it in GitHub Desktop.
/nix/store/frjwsgmx28cjncya3ypy56bh3rv7v1zx-uriparser-0.9.1
├── bin
│   └── uriparse
├── include
│   └── uriparser
│   ├── UriBase.h
│   ├── UriDefsAnsi.h
│   ├── UriDefsConfig.h
│   ├── UriDefsUnicode.h
│   ├── Uri.h
│   └── UriIp4.h
├── lib
│   ├── liburiparser.la
│   ├── liburiparser.so -> liburiparser.so.1.0.24
│   ├── liburiparser.so.1 -> liburiparser.so.1.0.24
│   ├── liburiparser.so.1.0.24
│   └── pkgconfig
│   └── liburiparser.pc
└── share
└── doc
└── uriparser
└── html
├── annotated.html
├── bc_s.png
├── bdwn.png
├── classes.html
├── closed.png
├── deprecated.html
├── dir_24c5c890457908cb185130461432a4ab.html
├── dir_d44c64559bbebec7f509842c48db8b23.html
├── doc.png
├── doxygen.css
├── doxygen.png
├── dynsections.js
├── files.html
├── folderclosed.png
├── folderopen.png
├── functions.html
├── functions_vars.html
├── globals_enum.html
├── globals_eval.html
├── globals_func.html
├── globals.html
├── globals_type.html
├── graph_legend.html
├── graph_legend.md5
├── graph_legend.png
├── index.html
├── jquery.js
├── menudata.js
├── menu.js
├── nav_f.png
├── nav_g.png
├── nav_h.png
├── open.png
├── pages.html
├── search
│   ├── all_0.html
│   ├── all_0.js
│   ├── all_10.html
│   ├── all_10.js
│   ├── all_11.html
│   ├── all_11.js
│   ├── all_1.html
│   ├── all_1.js
│   ├── all_2.html
│   ├── all_2.js
│   ├── all_3.html
│   ├── all_3.js
│   ├── all_4.html
│   ├── all_4.js
│   ├── all_5.html
│   ├── all_5.js
│   ├── all_6.html
│   ├── all_6.js
│   ├── all_7.html
│   ├── all_7.js
│   ├── all_8.html
│   ├── all_8.js
│   ├── all_9.html
│   ├── all_9.js
│   ├── all_a.html
│   ├── all_a.js
│   ├── all_b.html
│   ├── all_b.js
│   ├── all_c.html
│   ├── all_c.js
│   ├── all_d.html
│   ├── all_d.js
│   ├── all_e.html
│   ├── all_e.js
│   ├── all_f.html
│   ├── all_f.js
│   ├── classes_0.html
│   ├── classes_0.js
│   ├── close.png
│   ├── enums_0.html
│   ├── enums_0.js
│   ├── enumvalues_0.html
│   ├── enumvalues_0.js
│   ├── files_0.html
│   ├── files_0.js
│   ├── functions_0.html
│   ├── functions_0.js
│   ├── mag_sel.png
│   ├── nomatches.html
│   ├── pages_0.html
│   ├── pages_0.js
│   ├── search.css
│   ├── searchdata.js
│   ├── search.js
│   ├── search_l.png
│   ├── search_m.png
│   ├── search_r.png
│   ├── typedefs_0.html
│   ├── typedefs_0.js
│   ├── variables_0.html
│   ├── variables_0.js
│   ├── variables_10.html
│   ├── variables_10.js
│   ├── variables_11.html
│   ├── variables_11.js
│   ├── variables_1.html
│   ├── variables_1.js
│   ├── variables_2.html
│   ├── variables_2.js
│   ├── variables_3.html
│   ├── variables_3.js
│   ├── variables_4.html
│   ├── variables_4.js
│   ├── variables_5.html
│   ├── variables_5.js
│   ├── variables_6.html
│   ├── variables_6.js
│   ├── variables_7.html
│   ├── variables_7.js
│   ├── variables_8.html
│   ├── variables_8.js
│   ├── variables_9.html
│   ├── variables_9.js
│   ├── variables_a.html
│   ├── variables_a.js
│   ├── variables_b.html
│   ├── variables_b.js
│   ├── variables_c.html
│   ├── variables_c.js
│   ├── variables_d.html
│   ├── variables_d.js
│   ├── variables_e.html
│   ├── variables_e.js
│   ├── variables_f.html
│   └── variables_f.js
├── splitbar.png
├── structUriHostDataStructA.html
├── structUriIp4Struct.html
├── structUriIp6Struct.html
├── structUriMemoryManagerStruct.html
├── structUriParserStateStructA.html
├── structUriPathSegmentStructA.html
├── structUriQueryListStructA.html
├── structUriTextRangeStructA.html
├── structUriUriStructA.html
├── sync_off.png
├── sync_on.png
├── tab_a.png
├── tab_b.png
├── tab_h.png
├── tabs.css
├── tab_s.png
├── Uri_8h.html
├── UriBase_8h.html
├── UriDefsAnsi_8h.html
├── UriDefsConfig_8h.html
├── UriDefsUnicode_8h.html
└── UriIp4_8h.html
10 directories, 164 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment