Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created February 5, 2019 00:02
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/ab8a17adf9f3d3982a5e4820fbf69345 to your computer and use it in GitHub Desktop.
Save ryantm/ab8a17adf9f3d3982a5e4820fbf69345 to your computer and use it in GitHub Desktop.
/nix/store/ksx1nn6zbshc9ax892cwm27l9hch15kh-nim-0.19.4
├── bin
│   ├── koch
│   ├── nim
│   ├── nimble
│   ├── nimgrep
│   ├── nimpretty
│   └── nimsuggest
├── compiler
│   ├── aliases.nim
│   ├── astalgo.nim
│   ├── ast.nim
│   ├── bitsets.nim
│   ├── btrees.nim
│   ├── canonicalizer.nim
│   ├── ccgcalls.nim
│   ├── ccgexprs.nim
│   ├── ccgliterals.nim
│   ├── ccgmerge.nim
│   ├── ccgstmts.nim
│   ├── ccgthreadvars.nim
│   ├── ccgtrav.nim
│   ├── ccgtypes.nim
│   ├── ccgutils.nim
│   ├── cgendata.nim
│   ├── cgen.nim
│   ├── cgmeth.nim
│   ├── closureiters.nim
│   ├── cmdlinehelper.nim
│   ├── commands.nim
│   ├── condsyms.nim
│   ├── configuration.nim
│   ├── debuginfo.nim
│   ├── depends.nim
│   ├── destroyer.nim
│   ├── dfa.nim
│   ├── docgen2.nim
│   ├── docgen.nim
│   ├── evalffi.nim
│   ├── evaltempl.nim
│   ├── extccomp.nim
│   ├── filters.nim
│   ├── filter_tmpl.nim
│   ├── forloops.nim
│   ├── gorgeimpl.nim
│   ├── guards.nim
│   ├── hlo.nim
│   ├── idents.nim
│   ├── idgen.nim
│   ├── importer.nim
│   ├── incremental.nim
│   ├── installer.ini
│   ├── jsgen.nim
│   ├── jstypes.nim
│   ├── lambdalifting.nim
│   ├── layouter.nim
│   ├── lexer.nim
│   ├── liftlocals.nim
│   ├── lineinfos.nim
│   ├── linter.nim
│   ├── lists.nim
│   ├── llstream.nim
│   ├── lookups.nim
│   ├── lowerings.nim
│   ├── macrocacheimpl.nim
│   ├── magicsys.nim
│   ├── main.nim
│   ├── mapping.txt
│   ├── modulegraphs.nim
│   ├── modulepaths.nim
│   ├── modules.nim
│   ├── msgs.nim
│   ├── ndi.nim
│   ├── nimblecmd.nim
│   ├── nim.cfg
│   ├── nimconf.nim
│   ├── nimeval.nim
│   ├── nimfix
│   │   ├── nimfix.nim
│   │   ├── nimfix.nim.cfg
│   │   └── prettybase.nim
│   ├── nimlexbase.nim
│   ├── nim.nim
│   ├── nimsets.nim
│   ├── nodejs.nim
│   ├── nversion.nim
│   ├── options.nim
│   ├── packagehandling.nim
│   ├── parampatterns.nim
│   ├── parser.nim
│   ├── passaux.nim
│   ├── passes.nim
│   ├── pathutils.nim
│   ├── patterns.nim
│   ├── platform.nim
│   ├── plugins
│   │   ├── active.nim
│   │   ├── itersgen.nim
│   │   └── locals.nim
│   ├── pluginsupport.nim
│   ├── pragmas.nim
│   ├── prefixmatches.nim
│   ├── procfind.nim
│   ├── readme.txt
│   ├── renderer.nim
│   ├── reorder.nim
│   ├── rodimpl.nim
│   ├── rod.nim
│   ├── rodutils.nim
│   ├── ropes.nim
│   ├── saturate.nim
│   ├── scriptconfig.nim
│   ├── semasgn.nim
│   ├── semcall.nim
│   ├── semdata.nim
│   ├── semexprs.nim
│   ├── semfields.nim
│   ├── semfold.nim
│   ├── semgnrc.nim
│   ├── seminst.nim
│   ├── semmacrosanity.nim
│   ├── semmagic.nim
│   ├── sem.nim
│   ├── semobjconstr.nim
│   ├── semparallel.nim
│   ├── sempass2.nim
│   ├── semstmts.nim
│   ├── semtempl.nim
│   ├── semtypes.nim
│   ├── semtypinst.nim
│   ├── sighashes.nim
│   ├── sigmatch.nim
│   ├── suggest.nim
│   ├── syntaxes.nim
│   ├── tccgen.nim
│   ├── transf.nim
│   ├── trees.nim
│   ├── treetab.nim
│   ├── types.nim
│   ├── typesrenderer.nim
│   ├── vmdef.nim
│   ├── vmdeps.nim
│   ├── vmgen.nim
│   ├── vmhooks.nim
│   ├── vmmarshal.nim
│   ├── vm.nim
│   ├── vmops.nim
│   ├── wordrecg.nim
│   └── writetracking.nim
├── compiler.nimble
├── config
│   ├── nim.cfg
│   ├── nimdoc.cfg
│   └── nimdoc.tex.cfg
├── doc
│   ├── advopt.txt
│   ├── basicopt.txt
│   └── html
│   └── overview.html
└── lib
├── arch
│   └── x86
│   ├── amd64.S
│   └── i386.S
├── core
│   ├── allocators.nim
│   ├── locks.nim
│   ├── macrocache.nim
│   ├── macros.nim
│   ├── refs.nim
│   ├── rlocks.nim
│   ├── seqs.nim
│   ├── strs.nim
│   ├── typeinfo.nim
│   └── typelayouts.nim
├── cycle.h
├── deprecated
│   ├── core
│   │   └── unsigned.nim
│   └── pure
│   ├── actors.nim
│   ├── actors.nim.cfg
│   ├── asyncio.nim
│   ├── ftpclient.nim
│   ├── parseurl.nim
│   ├── rawsockets.nim
│   └── sockets.nim
├── genode
│   ├── alloc.nim
│   └── env.nim
├── genode_cpp
│   ├── syslocks.h
│   └── threads.h
├── impure
│   ├── db_mysql.nim
│   ├── db_odbc.nim
│   ├── db_postgres.nim
│   ├── db_sqlite.nim
│   ├── nre
│   │   └── private
│   │   └── util.nim
│   ├── nre.nim
│   ├── osinfo_posix.nim
│   ├── osinfo_win.nim
│   ├── rdstdin.nim
│   ├── re.nim
│   └── ssl.nim
├── js
│   ├── asyncjs.nim
│   ├── dom.nim
│   ├── jsconsole.nim
│   ├── jscore.nim
│   └── jsffi.nim
├── nimbase.h
├── nimrtl.nim
├── nimrtl.nim.cfg
├── nintendoswitch
│   └── switch_memory.nim
├── packages
│   ├── docutils
│   │   ├── docutils.nimble
│   │   ├── highlite.nim
│   │   ├── rstast.nim
│   │   ├── rstgen.nim
│   │   └── rst.nim
│   └── fsmonitor.nim
├── posix
│   ├── epoll.nim
│   ├── inotify.nim
│   ├── kqueue.nim
│   ├── linux.nim
│   ├── posix_linux_amd64_consts.nim
│   ├── posix_linux_amd64.nim
│   ├── posix.nim
│   ├── posix_nintendoswitch_consts.nim
│   ├── posix_nintendoswitch.nim
│   ├── posix_other_consts.nim
│   ├── posix_other.nim
│   └── termios.nim
├── prelude.nim
├── pure
│   ├── algorithm.nim
│   ├── asyncdispatch.nim
│   ├── asyncdispatch.nim.cfg
│   ├── asyncfile.nim
│   ├── asyncftpclient.nim
│   ├── asyncfutures.nim
│   ├── asynchttpserver.nim
│   ├── asyncmacro.nim
│   ├── asyncnet.nim
│   ├── async.nim
│   ├── asyncstreams.nim
│   ├── base64.nim
│   ├── bitops.nim
│   ├── browsers.nim
│   ├── cgi.nim
│   ├── collections
│   │   ├── chains.nim
│   │   ├── critbits.nim
│   │   ├── deques.nim
│   │   ├── heapqueue.nim
│   │   ├── intsets.nim
│   │   ├── lists.nim
│   │   ├── LockFreeHash.nim
│   │   ├── queues.nim
│   │   ├── rtarrays.nim
│   │   ├── sequtils.nim
│   │   ├── sets.nim
│   │   ├── sharedlist.nim
│   │   ├── sharedstrings.nim
│   │   ├── sharedtables.nim
│   │   ├── tableimpl.nim
│   │   └── tables.nim
│   ├── colors.nim
│   ├── complex.nim
│   ├── concurrency
│   │   ├── cpuinfo.nim
│   │   ├── cpuload.nim
│   │   ├── threadpool.nim
│   │   └── threadpool.nim.cfg
│   ├── cookies.nim
│   ├── coro.nim
│   ├── coro.nimcfg
│   ├── cstrutils.nim
│   ├── db_common.nim
│   ├── distros.nim
│   ├── dynlib.nim
│   ├── editdistance.nim
│   ├── encodings.nim
│   ├── endians.nim
│   ├── events.nim
│   ├── fenv.nim
│   ├── future.nim
│   ├── hashes.nim
│   ├── htmlgen.nim
│   ├── htmlparser.nim
│   ├── httpclient.nim
│   ├── httpcore.nim
│   ├── httpserver.nim
│   ├── includes
│   │   ├── asynccommon.nim
│   │   ├── osenv.nim
│   │   └── oserr.nim
│   ├── ioselects
│   │   ├── ioselectors_epoll.nim
│   │   ├── ioselectors_kqueue.nim
│   │   ├── ioselectors_poll.nim
│   │   └── ioselectors_select.nim
│   ├── json.nim
│   ├── lenientops.nim
│   ├── lexbase.nim
│   ├── logging.nim
│   ├── marshal.nim
│   ├── matchers.nim
│   ├── math.nim
│   ├── md5.nim
│   ├── memfiles.nim
│   ├── mersenne.nim
│   ├── mimetypes.nim
│   ├── nativesockets.nim
│   ├── net.nim
│   ├── nimprof.nim
│   ├── nimprof.nim.cfg
│   ├── nimtracker.nim
│   ├── oids.nim
│   ├── options.nim
│   ├── os.nim
│   ├── ospaths.nim
│   ├── osproc.nim
│   ├── oswalkdir.nim
│   ├── parsecfg.nim
│   ├── parsecsv.nim
│   ├── parsejson.nim
│   ├── parseopt2.nim
│   ├── parseopt.nim
│   ├── parsesql.nim
│   ├── parseutils.nim
│   ├── parsexml.nim
│   ├── pegs.nim
│   ├── punycode.nim
│   ├── random.nim
│   ├── rationals.nim
│   ├── ropes.nim
│   ├── scgi.nim
│   ├── securehash.nim
│   ├── segfaults.nim
│   ├── selectors.nim
│   ├── smtp.nim
│   ├── smtp.nim.cfg
│   ├── stats.nim
│   ├── streams.nim
│   ├── strformat.nim
│   ├── strmisc.nim
│   ├── strscans.nim
│   ├── strtabs.nim
│   ├── strutils.nim
│   ├── subexes.nim
│   ├── sugar.nim
│   ├── terminal.nim
│   ├── times.nim
│   ├── typetraits.nim
│   ├── unicode.nim
│   ├── unidecode
│   │   ├── gen.py
│   │   ├── unidecode.dat
│   │   └── unidecode.nim
│   ├── unittest.nim
│   ├── uri.nim
│   ├── volatile.nim
│   ├── xmldom.nim
│   ├── xmldomparser.nim
│   ├── xmlparser.nim
│   └── xmltree.nim
├── std
│   ├── sha1.nim
│   └── varints.nim
├── stdlib.nimble
├── system
│   ├── alloc.nim
│   ├── ansi_c.nim
│   ├── arithm.nim
│   ├── assign.nim
│   ├── atomics.nim
│   ├── avltree.nim
│   ├── cellsets.nim
│   ├── cgprocs.nim
│   ├── channels.nim
│   ├── chcks.nim
│   ├── debugger.nim
│   ├── deepcopy.nim
│   ├── dyncalls.nim
│   ├── embedded.nim
│   ├── endb.nim
│   ├── excpt.nim
│   ├── gc2.nim
│   ├── gc_common.nim
│   ├── gc_ms.nim
│   ├── gc.nim
│   ├── gc_regions.nim
│   ├── helpers.nim
│   ├── hti.nim
│   ├── inclrtl.nim
│   ├── jssys.nim
│   ├── memory.nim
│   ├── memtracker.nim
│   ├── mmdisp.nim
│   ├── nimscript.nim
│   ├── osalloc.nim
│   ├── platforms.nim
│   ├── profiler.nim
│   ├── reprjs.nim
│   ├── repr.nim
│   ├── sets.nim
│   ├── strmantle.nim
│   ├── sysio.nim
│   ├── syslocks.nim
│   ├── sysspawn.nim
│   ├── sysstr.nim
│   ├── threads.nim
│   ├── timers.nim
│   └── widestrs.nim
├── system.nim
├── windows
│   ├── registry.nim
│   └── winlean.nim
└── wrappers
├── iup.nim
├── linenoise
│   ├── LICENSE.txt
│   ├── linenoise.c
│   ├── linenoise.h
│   ├── linenoise.nim
│   └── README.markdown
├── mysql.nim
├── odbcsql.nim
├── openssl.nim
├── pcre.nim
├── postgres.nim
├── sqlite3.nim
└── tinyc.nim
35 directories, 404 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment