Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 6, 2020 22:11
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/60b783a4f05306ab2c36a0fbafea4542 to your computer and use it in GitHub Desktop.
Save ryantm/60b783a4f05306ab2c36a0fbafea4542 to your computer and use it in GitHub Desktop.
/nix/store/xr81bvb4jhidgqq0aj22r4h0l7hb7f5r-libre-0.6.1
├── include
│   └── re
│   ├── re_aes.h
│   ├── re_base64.h
│   ├── re_bfcp.h
│   ├── re_bitv.h
│   ├── re_conf.h
│   ├── re_crc32.h
│   ├── re_dbg.h
│   ├── re_dns.h
│   ├── re_fmt.h
│   ├── re.h
│   ├── re_hash.h
│   ├── re_hmac.h
│   ├── re_httpauth.h
│   ├── re_http.h
│   ├── re_ice.h
│   ├── re_jbuf.h
│   ├── re_json.h
│   ├── re_list.h
│   ├── re_lock.h
│   ├── re_main.h
│   ├── re_mbuf.h
│   ├── re_md5.h
│   ├── re_mem.h
│   ├── re_mod.h
│   ├── re_mqueue.h
│   ├── re_msg.h
│   ├── re_natbd.h
│   ├── re_net.h
│   ├── re_odict.h
│   ├── re_rtmp.h
│   ├── re_rtp.h
│   ├── re_sa.h
│   ├── re_sdp.h
│   ├── re_sha.h
│   ├── re_sipevent.h
│   ├── re_sip.h
│   ├── re_sipreg.h
│   ├── re_sipsess.h
│   ├── re_srtp.h
│   ├── re_stun.h
│   ├── re_sys.h
│   ├── re_tcp.h
│   ├── re_telev.h
│   ├── re_tls.h
│   ├── re_tmr.h
│   ├── re_turn.h
│   ├── re_types.h
│   ├── re_udp.h
│   ├── re_uri.h
│   └── re_websock.h
├── lib
│   ├── libre.a
│   ├── libre.so
│   └── pkgconfig
│   └── libre.pc
└── share
└── re
└── re.mk
6 directories, 54 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment