Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 31, 2018 06:17
Show Gist options
  • Save ryantm/ef751f20c22e979145384a6ae474b9a8 to your computer and use it in GitHub Desktop.
Save ryantm/ef751f20c22e979145384a6ae474b9a8 to your computer and use it in GitHub Desktop.
/nix/store/cdk364zsik7s521fmy4x3h81gs22zxli-ocaml4.05.0-stdint-0.5.0
├── include
│   └── ocaml_stdint
│   ├── int128.h
│   ├── int16.h
│   ├── int8.h
│   ├── uint128.h
│   ├── uint16.h
│   ├── uint24.h
│   ├── uint32.h
│   ├── uint56.h
│   ├── uint64.h
│   └── uint8.h
└── lib
├── ocaml
│   └── 4.05.0
│   └── site-lib
│   └── stdint
│   ├── bytes_conv.cmx
│   ├── dllstdint_stubs.so
│   ├── infix.cmx
│   ├── int_wrapper.cmx
│   ├── libstdint_stubs.a
│   ├── META
│   ├── stdint.a
│   ├── stdint.annot
│   ├── stdint.cma
│   ├── stdint.cmi
│   ├── stdint.cmt
│   ├── stdint.cmti
│   ├── stdint.cmx
│   ├── stdint.cmxa
│   ├── stdint.cmxs
│   ├── stdint.mli
│   └── str_conv.cmx
└── stdint
├── int128.h
├── int16.h
├── int8.h
├── uint128.h
├── uint16.h
├── uint24.h
├── uint32.h
├── uint56.h
├── uint64.h
└── uint8.h
8 directories, 37 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment