Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 29, 2018 22:20
Show Gist options
  • Save ryantm/bac007dbe50cb7dc4d1a836655fd1179 to your computer and use it in GitHub Desktop.
Save ryantm/bac007dbe50cb7dc4d1a836655fd1179 to your computer and use it in GitHub Desktop.
/nix/store/2dwfl61xs1bwl8xkml0asgxpwcg33n2k-libmowgli-2.1.3
├── include
│   └── libmowgli-2
│   ├── base
│   │   ├── argstack.h
│   │   ├── bitvector.h
│   │   ├── formatter.h
│   │   ├── hash.h
│   │   ├── hook.h
│   │   ├── memslice.h
│   │   ├── mowgli_signal.h
│   │   └── random.h
│   ├── container
│   │   ├── dictionary.h
│   │   ├── index.h
│   │   ├── list.h
│   │   ├── patricia.h
│   │   └── queue.h
│   ├── core
│   │   ├── allocation_policy.h
│   │   ├── allocator.h
│   │   ├── alloc.h
│   │   ├── assert.h
│   │   ├── bootstrap.h
│   │   ├── heap.h
│   │   ├── iterator.h
│   │   ├── logger.h
│   │   ├── mowgli_string.h
│   │   ├── process.h
│   │   └── stdinc.h
│   ├── dns
│   │   ├── dns.h
│   │   ├── evloop_res.h
│   │   └── evloop_reslib.h
│   ├── eventloop
│   │   └── eventloop.h
│   ├── ext
│   │   ├── confparse.h
│   │   ├── error_backtrace.h
│   │   ├── getopt_long.h
│   │   ├── global_storage.h
│   │   ├── json.h
│   │   ├── json-inline.h
│   │   ├── proctitle.h
│   │   └── program_opts.h
│   ├── linebuf
│   │   └── linebuf.h
│   ├── module
│   │   └── module.h
│   ├── mowgli.h
│   ├── object
│   │   ├── class.h
│   │   ├── message.h
│   │   ├── metadata.h
│   │   └── object.h
│   ├── platform
│   │   ├── attributes.h
│   │   ├── cacheline.h
│   │   ├── constructor.h
│   │   ├── machine.h
│   │   └── win32
│   │   └── win32_stdinc.h
│   ├── thread
│   │   ├── mutex.h
│   │   └── thread.h
│   └── vio
│   └── vio.h
└── lib
├── libmowgli-2.so -> libmowgli-2.so.0.0.0
├── libmowgli-2.so.0 -> libmowgli-2.so.0.0.0
├── libmowgli-2.so.0.0.0
└── pkgconfig
└── libmowgli-2.pc
17 directories, 55 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment