Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 1, 2019 12:40
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/782996464071c2c29285f5c097d13960 to your computer and use it in GitHub Desktop.
Save ryantm/782996464071c2c29285f5c097d13960 to your computer and use it in GitHub Desktop.
/nix/store/b9gqcs8anjcv6kll5p6yqbw6mgf59af3-double-conversion-3.1.5
├── include
│   └── double-conversion
│   ├── bignum.h
│   ├── cached-powers.h
│   ├── diy-fp.h
│   ├── double-conversion.h
│   ├── fast-dtoa.h
│   ├── fixed-dtoa.h
│   ├── ieee.h
│   ├── strtod.h
│   └── utils.h
└── lib
├── cmake
│   └── double-conversion
│   ├── double-conversionConfig.cmake
│   ├── double-conversionConfigVersion.cmake
│   ├── double-conversionTargets.cmake
│   └── double-conversionTargets-release.cmake
├── libdouble-conversion.so -> libdouble-conversion.so.3
├── libdouble-conversion.so.3 -> libdouble-conversion.so.3.1.5
└── libdouble-conversion.so.3.1.5
5 directories, 16 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment