Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 24, 2018 18:51

Revisions

  1. ryantm created this gist Apr 24, 2018.
    62 changes: 62 additions & 0 deletions -
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,62 @@
    /nix/store/rqyqr2gb6pxqqah435xznnqwr9zi0xi2-libre-0.5.8
    ├── 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_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, 53 files