Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 11, 2020 23:12
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 r-ryantm/83490990a30066371b1e431c99d3b79c to your computer and use it in GitHub Desktop.
Save r-ryantm/83490990a30066371b1e431c99d3b79c to your computer and use it in GitHub Desktop.
/nix/store/2lx8z14lmx61w8lf8rrh2knvbi46svbs-urweb-20200209
├── bin
│   └── urweb
├── include
│   └── urweb
│   ├── config.h
│   ├── queue.h
│   ├── request.h
│   ├── types_cpp.h
│   ├── types.h
│   ├── urweb_cpp.h
│   ├── urweb.h
│   └── uthash.h
├── lib
│   ├── liburweb.a
│   ├── liburweb_cgi.a
│   ├── liburweb_cgi.la
│   ├── liburweb_cgi.so -> liburweb_cgi.so.1.0.0
│   ├── liburweb_cgi.so.1 -> liburweb_cgi.so.1.0.0
│   ├── liburweb_cgi.so.1.0.0
│   ├── liburweb_fastcgi.a
│   ├── liburweb_fastcgi.la
│   ├── liburweb_fastcgi.so -> liburweb_fastcgi.so.1.0.0
│   ├── liburweb_fastcgi.so.1 -> liburweb_fastcgi.so.1.0.0
│   ├── liburweb_fastcgi.so.1.0.0
│   ├── liburweb_http.a
│   ├── liburweb_http.la
│   ├── liburweb_http.so -> liburweb_http.so.1.0.0
│   ├── liburweb_http.so.1 -> liburweb_http.so.1.0.0
│   ├── liburweb_http.so.1.0.0
│   ├── liburweb.la
│   ├── liburweb.so -> liburweb.so.1.0.0
│   ├── liburweb.so.1 -> liburweb.so.1.0.0
│   ├── liburweb.so.1.0.0
│   ├── liburweb_static.a
│   ├── liburweb_static.la
│   ├── liburweb_static.so -> liburweb_static.so.1.0.0
│   ├── liburweb_static.so.1 -> liburweb_static.so.1.0.0
│   ├── liburweb_static.so.1.0.0
│   └── urweb
│   ├── js
│   │   └── urweb.js
│   └── ur
│   ├── basis.urs
│   ├── char.ur
│   ├── char.urs
│   ├── datetime.ur
│   ├── datetime.urs
│   ├── json.ur
│   ├── json.urs
│   ├── listPair.ur
│   ├── listPair.urs
│   ├── list.ur
│   ├── list.urs
│   ├── monad.ur
│   ├── monad.urs
│   ├── option.ur
│   ├── option.urs
│   ├── string.ur
│   ├── string.urs
│   ├── top.ur
│   └── top.urs
└── share
└── emacs
└── site-lisp
└── urweb-mode
├── urweb-compat.el
├── urweb-defs.el
├── urweb-flycheck.el
├── urweb-mode.el
├── urweb-mode-startup.el
├── urweb-move.el
└── urweb-util.el
11 directories, 61 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment