Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 14, 2021 00:54
Show Gist options
  • Save r-ryantm/fc406b4c9c3d04c85bcb68b9028e2773 to your computer and use it in GitHub Desktop.
Save r-ryantm/fc406b4c9c3d04c85bcb68b9028e2773 to your computer and use it in GitHub Desktop.
/nix/store/lsa0darplqdm3pnpyclf835a5lcdnsnj-aws-c-common-0.6.9
├── include
│   └── aws
│   ├── common
│   │   ├── allocator.h
│   │   ├── array_list.h
│   │   ├── array_list.inl
│   │   ├── assert.h
│   │   ├── atomics_fallback.inl
│   │   ├── atomics_gnu.inl
│   │   ├── atomics_gnu_old.inl
│   │   ├── atomics.h
│   │   ├── atomics.inl
│   │   ├── atomics_msvc.inl
│   │   ├── byte_buf.h
│   │   ├── byte_order.h
│   │   ├── byte_order.inl
│   │   ├── cache.h
│   │   ├── clock.h
│   │   ├── clock.inl
│   │   ├── command_line_parser.h
│   │   ├── common.h
│   │   ├── condition_variable.h
│   │   ├── config.h
│   │   ├── cpuid.h
│   │   ├── date_time.h
│   │   ├── device_random.h
│   │   ├── encoding.h
│   │   ├── encoding.inl
│   │   ├── environment.h
│   │   ├── error.h
│   │   ├── error.inl
│   │   ├── exports.h
│   │   ├── fifo_cache.h
│   │   ├── file.h
│   │   ├── hash_table.h
│   │   ├── lifo_cache.h
│   │   ├── linked_hash_table.h
│   │   ├── linked_list.h
│   │   ├── linked_list.inl
│   │   ├── log_channel.h
│   │   ├── log_formatter.h
│   │   ├── logging.h
│   │   ├── log_writer.h
│   │   ├── lru_cache.h
│   │   ├── macros.h
│   │   ├── math.cbmc.inl
│   │   ├── math.fallback.inl
│   │   ├── math.gcc_arm64_asm.inl
│   │   ├── math.gcc_builtin.inl
│   │   ├── math.gcc_overflow.inl
│   │   ├── math.gcc_x64_asm.inl
│   │   ├── math.h
│   │   ├── math.inl
│   │   ├── math.msvc.inl
│   │   ├── mutex.h
│   │   ├── package.h
│   │   ├── platform.h
│   │   ├── posix
│   │   │   └── common.inl
│   │   ├── predicates.h
│   │   ├── priority_queue.h
│   │   ├── process.h
│   │   ├── promise.h
│   │   ├── ref_count.h
│   │   ├── resource_name.h
│   │   ├── ring_buffer.h
│   │   ├── ring_buffer.inl
│   │   ├── rw_lock.h
│   │   ├── statistics.h
│   │   ├── stdbool.h
│   │   ├── stdint.h
│   │   ├── string.h
│   │   ├── string.inl
│   │   ├── system_info.h
│   │   ├── task_scheduler.h
│   │   ├── thread.h
│   │   ├── thread_scheduler.h
│   │   ├── time.h
│   │   ├── uuid.h
│   │   ├── xml_parser.h
│   │   ├── zero.h
│   │   └── zero.inl
│   └── testing
│   ├── aws_test_allocators.h
│   └── aws_test_harness.h
└── lib
├── aws-c-common
│   └── cmake
│   ├── aws-c-common-config.cmake
│   └── shared
│   ├── aws-c-common-targets.cmake
│   └── aws-c-common-targets-release.cmake
├── cmake
│   ├── AwsCFlags.cmake
│   ├── AwsCheckHeaders.cmake
│   ├── AwsFeatureTests.cmake
│   ├── AwsFindPackage.cmake
│   ├── AwsLibFuzzer.cmake
│   ├── AwsSanitizers.cmake
│   ├── AwsSharedLibSetup.cmake
│   ├── AwsSIMD.cmake
│   └── AwsTestHarness.cmake
├── libaws-c-common.so -> libaws-c-common.so.1
├── libaws-c-common.so.1 -> libaws-c-common.so.1.0.0
└── libaws-c-common.so.1.0.0
10 directories, 95 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment