Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 27, 2019 00:59
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/5730fc61fe0375438569740eaa0db341 to your computer and use it in GitHub Desktop.
Save ryantm/5730fc61fe0375438569740eaa0db341 to your computer and use it in GitHub Desktop.
/nix/store/2l6y2rjq71kcrr6dn5iq0l3w669dlnmm-ldc-1.17.0
├── bin
│   ├── ldc2
│   ├── ldc-build-runtime
│   ├── ldc-profdata
│   ├── ldc-prune-cache
│   └── ldmd2
├── etc
│   ├── bash_completion.d
│   │   └── ldc2
│   └── ldc2.conf
├── include
│   └── d
│   ├── core
│   │   ├── atomic.d
│   │   ├── attribute.d
│   │   ├── bitop.d
│   │   ├── checkedint.d
│   │   ├── cpuid.d
│   │   ├── demangle.d
│   │   ├── exception.d
│   │   ├── gc
│   │   │   ├── config.d
│   │   │   ├── gcinterface.d
│   │   │   └── registry.d
│   │   ├── internal
│   │   │   ├── abort.d
│   │   │   ├── arrayop.d
│   │   │   ├── convert.d
│   │   │   ├── dassert.d
│   │   │   ├── hash.d
│   │   │   ├── lifetime.d
│   │   │   ├── parseoptions.d
│   │   │   ├── spinlock.d
│   │   │   ├── string.d
│   │   │   ├── traits.d
│   │   │   └── utf.d
│   │   ├── lifetime.d
│   │   ├── math.d
│   │   ├── memory.d
│   │   ├── runtime.d
│   │   ├── simd.d
│   │   ├── stdc
│   │   │   ├── assert_.d
│   │   │   ├── complex.d
│   │   │   ├── config.d
│   │   │   ├── ctype.d
│   │   │   ├── errno.d
│   │   │   ├── fenv.d
│   │   │   ├── float_.d
│   │   │   ├── inttypes.d
│   │   │   ├── limits.d
│   │   │   ├── locale.d
│   │   │   ├── math.d
│   │   │   ├── signal.d
│   │   │   ├── stdarg.d
│   │   │   ├── stddef.d
│   │   │   ├── stdint.d
│   │   │   ├── stdio.d
│   │   │   ├── stdlib.d
│   │   │   ├── string.d
│   │   │   ├── tgmath.d
│   │   │   ├── time.d
│   │   │   ├── wchar_.d
│   │   │   └── wctype.d
│   │   ├── stdcpp
│   │   │   ├── allocator.d
│   │   │   ├── array.d
│   │   │   ├── exception.d
│   │   │   ├── new_.d
│   │   │   ├── string_view.d
│   │   │   ├── typeinfo.d
│   │   │   ├── type_traits.d
│   │   │   └── xutility.d
│   │   ├── sync
│   │   │   ├── barrier.d
│   │   │   ├── condition.d
│   │   │   ├── config.d
│   │   │   ├── event.d
│   │   │   ├── exception.d
│   │   │   ├── mutex.d
│   │   │   ├── rwmutex.d
│   │   │   └── semaphore.d
│   │   ├── sys
│   │   │   ├── bionic
│   │   │   │   ├── fcntl.d
│   │   │   │   ├── string.d
│   │   │   │   └── unistd.d
│   │   │   ├── darwin
│   │   │   │   ├── crt_externs.d
│   │   │   │   ├── dlfcn.d
│   │   │   │   ├── execinfo.d
│   │   │   │   ├── mach
│   │   │   │   │   ├── dyld.d
│   │   │   │   │   ├── getsect.d
│   │   │   │   │   ├── kern_return.d
│   │   │   │   │   ├── loader.d
│   │   │   │   │   ├── port.d
│   │   │   │   │   ├── semaphore.d
│   │   │   │   │   └── thread_act.d
│   │   │   │   ├── netinet
│   │   │   │   │   └── in_.d
│   │   │   │   ├── pthread.d
│   │   │   │   ├── string.d
│   │   │   │   └── sys
│   │   │   │   ├── cdefs.d
│   │   │   │   ├── event.d
│   │   │   │   └── mman.d
│   │   │   ├── dragonflybsd
│   │   │   │   ├── dlfcn.d
│   │   │   │   ├── execinfo.d
│   │   │   │   ├── netinet
│   │   │   │   │   └── in_.d
│   │   │   │   ├── pthread_np.d
│   │   │   │   ├── string.d
│   │   │   │   ├── sys
│   │   │   │   │   ├── _bitset.d
│   │   │   │   │   ├── cdefs.d
│   │   │   │   │   ├── _cpuset.d
│   │   │   │   │   ├── elf32.d
│   │   │   │   │   ├── elf64.d
│   │   │   │   │   ├── elf_common.d
│   │   │   │   │   ├── elf.d
│   │   │   │   │   ├── event.d
│   │   │   │   │   ├── link_elf.d
│   │   │   │   │   └── mman.d
│   │   │   │   └── time.d
│   │   │   ├── freebsd
│   │   │   │   ├── dlfcn.d
│   │   │   │   ├── execinfo.d
│   │   │   │   ├── netinet
│   │   │   │   │   └── in_.d
│   │   │   │   ├── pthread_np.d
│   │   │   │   ├── string.d
│   │   │   │   ├── sys
│   │   │   │   │   ├── _bitset.d
│   │   │   │   │   ├── cdefs.d
│   │   │   │   │   ├── _cpuset.d
│   │   │   │   │   ├── elf32.d
│   │   │   │   │   ├── elf64.d
│   │   │   │   │   ├── elf_common.d
│   │   │   │   │   ├── elf.d
│   │   │   │   │   ├── event.d
│   │   │   │   │   ├── link_elf.d
│   │   │   │   │   ├── mman.d
│   │   │   │   │   └── mount.d
│   │   │   │   ├── time.d
│   │   │   │   └── unistd.d
│   │   │   ├── linux
│   │   │   │   ├── config.d
│   │   │   │   ├── dlfcn.d
│   │   │   │   ├── elf.d
│   │   │   │   ├── epoll.d
│   │   │   │   ├── errno.d
│   │   │   │   ├── execinfo.d
│   │   │   │   ├── fcntl.d
│   │   │   │   ├── ifaddrs.d
│   │   │   │   ├── link.d
│   │   │   │   ├── netinet
│   │   │   │   │   ├── in_.d
│   │   │   │   │   └── tcp.d
│   │   │   │   ├── sched.d
│   │   │   │   ├── stdio.d
│   │   │   │   ├── string.d
│   │   │   │   ├── sys
│   │   │   │   │   ├── auxv.d
│   │   │   │   │   ├── eventfd.d
│   │   │   │   │   ├── file.d
│   │   │   │   │   ├── inotify.d
│   │   │   │   │   ├── mman.d
│   │   │   │   │   ├── netinet
│   │   │   │   │   │   └── tcp.d
│   │   │   │   │   ├── prctl.d
│   │   │   │   │   ├── signalfd.d
│   │   │   │   │   ├── socket.d
│   │   │   │   │   ├── sysinfo.d
│   │   │   │   │   ├── time.d
│   │   │   │   │   └── xattr.d
│   │   │   │   ├── termios.d
│   │   │   │   ├── time.d
│   │   │   │   ├── timerfd.d
│   │   │   │   ├── tipc.d
│   │   │   │   └── unistd.d
│   │   │   ├── netbsd
│   │   │   │   ├── dlfcn.d
│   │   │   │   ├── execinfo.d
│   │   │   │   ├── string.d
│   │   │   │   ├── sys
│   │   │   │   │   ├── elf32.d
│   │   │   │   │   ├── elf64.d
│   │   │   │   │   ├── elf_common.d
│   │   │   │   │   ├── elf.d
│   │   │   │   │   ├── event.d
│   │   │   │   │   ├── featuretest.d
│   │   │   │   │   ├── link_elf.d
│   │   │   │   │   └── mman.d
│   │   │   │   └── time.d
│   │   │   ├── openbsd
│   │   │   │   ├── dlfcn.d
│   │   │   │   ├── string.d
│   │   │   │   ├── sys
│   │   │   │   │   ├── cdefs.d
│   │   │   │   │   ├── elf32.d
│   │   │   │   │   ├── elf64.d
│   │   │   │   │   ├── elf_common.d
│   │   │   │   │   ├── elf.d
│   │   │   │   │   ├── link_elf.d
│   │   │   │   │   └── mman.d
│   │   │   │   └── time.d
│   │   │   ├── posix
│   │   │   │   ├── aio.d
│   │   │   │   ├── arpa
│   │   │   │   │   └── inet.d
│   │   │   │   ├── config.d
│   │   │   │   ├── dirent.d
│   │   │   │   ├── dlfcn.d
│   │   │   │   ├── fcntl.d
│   │   │   │   ├── grp.d
│   │   │   │   ├── iconv.d
│   │   │   │   ├── inttypes.d
│   │   │   │   ├── libgen.d
│   │   │   │   ├── mqueue.d
│   │   │   │   ├── net
│   │   │   │   │   └── if_.d
│   │   │   │   ├── netdb.d
│   │   │   │   ├── netinet
│   │   │   │   │   ├── in_.d
│   │   │   │   │   └── tcp.d
│   │   │   │   ├── poll.d
│   │   │   │   ├── pthread.d
│   │   │   │   ├── pwd.d
│   │   │   │   ├── sched.d
│   │   │   │   ├── semaphore.d
│   │   │   │   ├── setjmp.d
│   │   │   │   ├── signal.d
│   │   │   │   ├── spawn.d
│   │   │   │   ├── stdio.d
│   │   │   │   ├── stdlib.d
│   │   │   │   ├── sys
│   │   │   │   │   ├── filio.d
│   │   │   │   │   ├── ioccom.d
│   │   │   │   │   ├── ioctl.d
│   │   │   │   │   ├── ipc.d
│   │   │   │   │   ├── mman.d
│   │   │   │   │   ├── msg.d
│   │   │   │   │   ├── resource.d
│   │   │   │   │   ├── select.d
│   │   │   │   │   ├── shm.d
│   │   │   │   │   ├── socket.d
│   │   │   │   │   ├── stat.d
│   │   │   │   │   ├── statvfs.d
│   │   │   │   │   ├── time.d
│   │   │   │   │   ├── ttycom.d
│   │   │   │   │   ├── types.d
│   │   │   │   │   ├── uio.d
│   │   │   │   │   ├── un.d
│   │   │   │   │   ├── utsname.d
│   │   │   │   │   └── wait.d
│   │   │   │   ├── syslog.d
│   │   │   │   ├── termios.d
│   │   │   │   ├── time.d
│   │   │   │   ├── ucontext.d
│   │   │   │   ├── unistd.d
│   │   │   │   └── utime.d
│   │   │   ├── solaris
│   │   │   │   ├── dlfcn.d
│   │   │   │   ├── elf.d
│   │   │   │   ├── execinfo.d
│   │   │   │   ├── libelf.d
│   │   │   │   ├── link.d
│   │   │   │   ├── sys
│   │   │   │   │   ├── elf_386.d
│   │   │   │   │   ├── elf_amd64.d
│   │   │   │   │   ├── elf.d
│   │   │   │   │   ├── elf_notes.d
│   │   │   │   │   ├── elf_SPARC.d
│   │   │   │   │   ├── elftypes.d
│   │   │   │   │   ├── link.d
│   │   │   │   │   ├── priocntl.d
│   │   │   │   │   ├── procset.d
│   │   │   │   │   └── types.d
│   │   │   │   └── time.d
│   │   │   └── windows
│   │   │   ├── accctrl.d
│   │   │   ├── aclapi.d
│   │   │   ├── aclui.d
│   │   │   ├── basetsd.d
│   │   │   ├── basetyps.d
│   │   │   ├── cderr.d
│   │   │   ├── cguid.d
│   │   │   ├── comcat.d
│   │   │   ├── com.d
│   │   │   ├── commctrl.d
│   │   │   ├── commdlg.d
│   │   │   ├── core.d
│   │   │   ├── cpl.d
│   │   │   ├── cplext.d
│   │   │   ├── custcntl.d
│   │   │   ├── dbghelp.d
│   │   │   ├── dbghelp_types.d
│   │   │   ├── dbt.d
│   │   │   ├── dde.d
│   │   │   ├── ddeml.d
│   │   │   ├── dhcpcsdk.d
│   │   │   ├── dlgs.d
│   │   │   ├── dll.d
│   │   │   ├── docobj.d
│   │   │   ├── errorrep.d
│   │   │   ├── exdisp.d
│   │   │   ├── exdispid.d
│   │   │   ├── httpext.d
│   │   │   ├── idispids.d
│   │   │   ├── imagehlp.d
│   │   │   ├── imm.d
│   │   │   ├── intshcut.d
│   │   │   ├── ipexport.d
│   │   │   ├── iphlpapi.d
│   │   │   ├── ipifcons.d
│   │   │   ├── iprtrmib.d
│   │   │   ├── iptypes.d
│   │   │   ├── isguids.d
│   │   │   ├── lmaccess.d
│   │   │   ├── lmalert.d
│   │   │   ├── lmapibuf.d
│   │   │   ├── lmat.d
│   │   │   ├── lmaudit.d
│   │   │   ├── lmbrowsr.d
│   │   │   ├── lmchdev.d
│   │   │   ├── lmconfig.d
│   │   │   ├── lmcons.d
│   │   │   ├── lm.d
│   │   │   ├── lmerr.d
│   │   │   ├── lmerrlog.d
│   │   │   ├── lmmsg.d
│   │   │   ├── lmremutl.d
│   │   │   ├── lmrepl.d
│   │   │   ├── lmserver.d
│   │   │   ├── lmshare.d
│   │   │   ├── lmsname.d
│   │   │   ├── lmstats.d
│   │   │   ├── lmsvc.d
│   │   │   ├── lmuse.d
│   │   │   ├── lmuseflg.d
│   │   │   ├── lmwksta.d
│   │   │   ├── lzexpand.d
│   │   │   ├── mapi.d
│   │   │   ├── mciavi.d
│   │   │   ├── mcx.d
│   │   │   ├── mgmtapi.d
│   │   │   ├── mmsystem.d
│   │   │   ├── msacm.d
│   │   │   ├── mshtml.d
│   │   │   ├── mswsock.d
│   │   │   ├── nb30.d
│   │   │   ├── nddeapi.d
│   │   │   ├── nspapi.d
│   │   │   ├── ntdef.d
│   │   │   ├── ntdll.d
│   │   │   ├── ntldap.d
│   │   │   ├── ntsecapi.d
│   │   │   ├── ntsecpkg.d
│   │   │   ├── oaidl.d
│   │   │   ├── objbase.d
│   │   │   ├── objfwd.d
│   │   │   ├── objidl.d
│   │   │   ├── objsafe.d
│   │   │   ├── ocidl.d
│   │   │   ├── odbcinst.d
│   │   │   ├── ole2.d
│   │   │   ├── ole2ver.d
│   │   │   ├── oleacc.d
│   │   │   ├── oleauto.d
│   │   │   ├── olectl.d
│   │   │   ├── olectlid.d
│   │   │   ├── ole.d
│   │   │   ├── oledlg.d
│   │   │   ├── oleidl.d
│   │   │   ├── pbt.d
│   │   │   ├── powrprof.d
│   │   │   ├── prsht.d
│   │   │   ├── psapi.d
│   │   │   ├── rapi.d
│   │   │   ├── ras.d
│   │   │   ├── rasdlg.d
│   │   │   ├── raserror.d
│   │   │   ├── rassapi.d
│   │   │   ├── reason.d
│   │   │   ├── regstr.d
│   │   │   ├── richedit.d
│   │   │   ├── richole.d
│   │   │   ├── rpc.d
│   │   │   ├── rpcdce2.d
│   │   │   ├── rpcdce.d
│   │   │   ├── rpcdcep.d
│   │   │   ├── rpcndr.d
│   │   │   ├── rpcnsi.d
│   │   │   ├── rpcnsip.d
│   │   │   ├── rpcnterr.d
│   │   │   ├── schannel.d
│   │   │   ├── secext.d
│   │   │   ├── security.d
│   │   │   ├── servprov.d
│   │   │   ├── setupapi.d
│   │   │   ├── shellapi.d
│   │   │   ├── shldisp.d
│   │   │   ├── shlguid.d
│   │   │   ├── shlobj.d
│   │   │   ├── shlwapi.d
│   │   │   ├── snmp.d
│   │   │   ├── sql.d
│   │   │   ├── sqlext.d
│   │   │   ├── sqltypes.d
│   │   │   ├── sqlucode.d
│   │   │   ├── sspi.d
│   │   │   ├── stacktrace.d
│   │   │   ├── stat.d
│   │   │   ├── subauth.d
│   │   │   ├── threadaux.d
│   │   │   ├── tlhelp32.d
│   │   │   ├── tmschema.d
│   │   │   ├── unknwn.d
│   │   │   ├── uuid.d
│   │   │   ├── vfw.d
│   │   │   ├── w32api.d
│   │   │   ├── winbase.d
│   │   │   ├── winber.d
│   │   │   ├── wincon.d
│   │   │   ├── wincrypt.d
│   │   │   ├── windef.d
│   │   │   ├── windows.d
│   │   │   ├── winerror.d
│   │   │   ├── wingdi.d
│   │   │   ├── winhttp.d
│   │   │   ├── wininet.d
│   │   │   ├── winioctl.d
│   │   │   ├── winldap.d
│   │   │   ├── winnetwk.d
│   │   │   ├── winnls.d
│   │   │   ├── winnt.d
│   │   │   ├── winperf.d
│   │   │   ├── winreg.d
│   │   │   ├── winsock2.d
│   │   │   ├── winspool.d
│   │   │   ├── winsvc.d
│   │   │   ├── winuser.d
│   │   │   ├── winver.d
│   │   │   ├── wtsapi32.d
│   │   │   └── wtypes.d
│   │   ├── thread.d
│   │   ├── time.d
│   │   └── vararg.d
│   ├── etc
│   │   ├── c
│   │   │   ├── curl.d
│   │   │   ├── odbc
│   │   │   │   ├── sql.d
│   │   │   │   ├── sqlext.d
│   │   │   │   ├── sqltypes.d
│   │   │   │   └── sqlucode.d
│   │   │   ├── sqlite3.d
│   │   │   ├── zlib
│   │   │   └── zlib.d
│   │   └── linux
│   │   └── memoryerror.d
│   ├── ldc
│   │   ├── asan.d
│   │   ├── attributes.d
│   │   ├── dcompute.d
│   │   ├── dynamic_compile.d
│   │   ├── eh_msvc.d
│   │   ├── gccbuiltins_aarch64.di
│   │   ├── gccbuiltins_arm.di
│   │   ├── gccbuiltins_mips.di
│   │   ├── gccbuiltins_ppc.di
│   │   ├── gccbuiltins_s390.di
│   │   ├── gccbuiltins_x86.di
│   │   ├── internal
│   │   │   └── vararg.di
│   │   ├── intrinsics.di
│   │   ├── libfuzzer.di
│   │   ├── llvmasm.di
│   │   ├── profile.di
│   │   ├── sanitizer_common.d
│   │   ├── sanitizers_optionally_linked.d
│   │   └── simd.di
│   ├── object.d
│   └── std
│   ├── algorithm
│   │   ├── comparison.d
│   │   ├── internal.d
│   │   ├── iteration.d
│   │   ├── mutation.d
│   │   ├── package.d
│   │   ├── searching.d
│   │   ├── setops.d
│   │   └── sorting.d
│   ├── array.d
│   ├── ascii.d
│   ├── base64.d
│   ├── bigint.d
│   ├── bitmanip.d
│   ├── compiler.d
│   ├── complex.d
│   ├── concurrency.d
│   ├── container
│   │   ├── array.d
│   │   ├── binaryheap.d
│   │   ├── dlist.d
│   │   ├── package.d
│   │   ├── rbtree.d
│   │   ├── slist.d
│   │   └── util.d
│   ├── conv.d
│   ├── csv.d
│   ├── datetime
│   │   ├── date.d
│   │   ├── interval.d
│   │   ├── package.d
│   │   ├── stopwatch.d
│   │   ├── systime.d
│   │   └── timezone.d
│   ├── demangle.d
│   ├── digest
│   │   ├── crc.d
│   │   ├── digest.d
│   │   ├── hmac.d
│   │   ├── md.d
│   │   ├── murmurhash.d
│   │   ├── package.d
│   │   ├── ripemd.d
│   │   └── sha.d
│   ├── encoding.d
│   ├── exception.d
│   ├── experimental
│   │   ├── all.d
│   │   ├── allocator
│   │   │   ├── building_blocks
│   │   │   │   ├── affix_allocator.d
│   │   │   │   ├── aligned_block_list.d
│   │   │   │   ├── allocator_list.d
│   │   │   │   ├── ascending_page_allocator.d
│   │   │   │   ├── bitmapped_block.d
│   │   │   │   ├── bucketizer.d
│   │   │   │   ├── fallback_allocator.d
│   │   │   │   ├── free_list.d
│   │   │   │   ├── free_tree.d
│   │   │   │   ├── kernighan_ritchie.d
│   │   │   │   ├── null_allocator.d
│   │   │   │   ├── package.d
│   │   │   │   ├── quantizer.d
│   │   │   │   ├── region.d
│   │   │   │   ├── scoped_allocator.d
│   │   │   │   ├── segregator.d
│   │   │   │   └── stats_collector.d
│   │   │   ├── common.d
│   │   │   ├── gc_allocator.d
│   │   │   ├── mallocator.d
│   │   │   ├── mmap_allocator.d
│   │   │   ├── package.d
│   │   │   ├── showcase.d
│   │   │   └── typed.d
│   │   ├── checkedint.d
│   │   ├── logger
│   │   │   ├── core.d
│   │   │   ├── filelogger.d
│   │   │   ├── multilogger.d
│   │   │   ├── nulllogger.d
│   │   │   └── package.d
│   │   └── typecons.d
│   ├── file.d
│   ├── format.d
│   ├── functional.d
│   ├── getopt.d
│   ├── internal
│   │   ├── attributes.d
│   │   ├── cstring.d
│   │   ├── digest
│   │   │   └── sha_SSSE3.d
│   │   ├── math
│   │   │   ├── biguintarm.d
│   │   │   ├── biguintcore.d
│   │   │   ├── biguintnoasm.d
│   │   │   ├── biguintx86.d
│   │   │   ├── errorfunction.d
│   │   │   └── gammafunction.d
│   │   ├── memory.d
│   │   ├── scopebuffer.d
│   │   ├── test
│   │   │   ├── dummyrange.d
│   │   │   ├── range.d
│   │   │   └── uda.d
│   │   ├── unicode_comp.d
│   │   ├── unicode_decomp.d
│   │   ├── unicode_grapheme.d
│   │   ├── unicode_norm.d
│   │   ├── unicode_tables.d
│   │   └── windows
│   │   └── advapi32.d
│   ├── json.d
│   ├── math.d
│   ├── mathspecial.d
│   ├── meta.d
│   ├── mmfile.d
│   ├── net
│   │   ├── curl.d
│   │   └── isemail.d
│   ├── numeric.d
│   ├── outbuffer.d
│   ├── package.d
│   ├── parallelism.d
│   ├── path.d
│   ├── process.d
│   ├── random.d
│   ├── range
│   │   ├── interfaces.d
│   │   ├── package.d
│   │   └── primitives.d
│   ├── regex
│   │   ├── internal
│   │   │   ├── backtracking.d
│   │   │   ├── generator.d
│   │   │   ├── ir.d
│   │   │   ├── kickstart.d
│   │   │   ├── parser.d
│   │   │   ├── tests2.d
│   │   │   ├── tests.d
│   │   │   └── thompson.d
│   │   └── package.d
│   ├── signals.d
│   ├── socket.d
│   ├── stdint.d
│   ├── stdio.d
│   ├── string.d
│   ├── system.d
│   ├── traits.d
│   ├── typecons.d
│   ├── typetuple.d
│   ├── uni.d
│   ├── uri.d
│   ├── utf.d
│   ├── uuid.d
│   ├── variant.d
│   ├── windows
│   │   ├── charset.d
│   │   ├── registry.d
│   │   └── syserror.d
│   ├── xml.d
│   ├── zip.d
│   └── zlib.d
└── lib
├── libdruntime-ldc.a
├── libdruntime-ldc-debug.a
├── libdruntime-ldc-debug-shared.so -> libdruntime-ldc-debug-shared.so.87
├── libdruntime-ldc-debug-shared.so.2.0.87
├── libdruntime-ldc-debug-shared.so.87 -> libdruntime-ldc-debug-shared.so.2.0.87
├── libdruntime-ldc-shared.so -> libdruntime-ldc-shared.so.87
├── libdruntime-ldc-shared.so.2.0.87
├── libdruntime-ldc-shared.so.87 -> libdruntime-ldc-shared.so.2.0.87
├── libldc-jit-rt.a
├── libldc-jit.so -> libldc-jit.so.87
├── libldc-jit.so.2.0.87
├── libldc-jit.so.87 -> libldc-jit.so.2.0.87
├── libphobos2-ldc.a
├── libphobos2-ldc-debug.a
├── libphobos2-ldc-debug-shared.so -> libphobos2-ldc-debug-shared.so.87
├── libphobos2-ldc-debug-shared.so.2.0.87
├── libphobos2-ldc-debug-shared.so.87 -> libphobos2-ldc-debug-shared.so.2.0.87
├── libphobos2-ldc-shared.so -> libphobos2-ldc-shared.so.87
├── libphobos2-ldc-shared.so.2.0.87
└── libphobos2-ldc-shared.so.87 -> libphobos2-ldc-shared.so.2.0.87
66 directories, 603 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment