Skip to content

Instantly share code, notes, and snippets.

@Pitometsu
Created June 23, 2019 19:15
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 Pitometsu/82e272a4c3e9d92fcca968ca830c0293 to your computer and use it in GitHub Desktop.
Save Pitometsu/82e272a4c3e9d92fcca968ca830c0293 to your computer and use it in GitHub Desktop.
nix out
/nix/store/db90phpd55hrc90dznw44siic7hjjz0c-jerasure-2.0/
├── bin
│   ├── cauchy_01
│   ├── cauchy_02
│   ├── cauchy_03
│   ├── cauchy_04
│   ├── decoder
│   ├── encoder
│   ├── jerasure_01
│   ├── jerasure_02
│   ├── jerasure_03
│   ├── jerasure_04
│   ├── jerasure_05
│   ├── jerasure_06
│   ├── jerasure_07
│   ├── jerasure_08
│   ├── liberation_01
│   ├── reed_sol_01
│   ├── reed_sol_02
│   ├── reed_sol_03
│   ├── reed_sol_04
│   ├── reed_sol_test_gf
│   └── reed_sol_time_gf
├── include
│   ├── jerasure
│   │   ├── cauchy.h
│   │   ├── galois.h
│   │   ├── liberation.h
│   │   └── reed_sol.h
│   └── jerasure.h
└── lib
├── libJerasure.la
├── libJerasure.so -> libJerasure.so.2.0.0
├── libJerasure.so.2 -> libJerasure.so.2.0.0
└── libJerasure.so.2.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment