Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 27, 2019 04:48
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/d556799004d8413f88ab3a8d8397b377 to your computer and use it in GitHub Desktop.
Save ryantm/d556799004d8413f88ab3a8d8397b377 to your computer and use it in GitHub Desktop.
/nix/store/a1yvv438y95hn2644y783zd11sj7azza-seafile-shared-6.2.11
├── bin
│   ├── seaf-cli
│   └── seaf-daemon
├── include
│   └── seafile
│   ├── seafile.h
│   ├── seafile-object.h
│   └── seafile-rpc.h
├── lib
│   ├── libseafile.la
│   ├── libseafile.so -> libseafile.so.0.0.0
│   ├── libseafile.so.0 -> libseafile.so.0.0.0
│   ├── libseafile.so.0.0.0
│   ├── pkgconfig
│   │   └── libseafile.pc
│   └── python2.7
│   └── site-packages
│   └── seafile
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── __init__.pyo
│   ├── rpcclient.py
│   ├── rpcclient.pyc
│   └── rpcclient.pyo
├── nix-support
│   └── propagated-build-inputs
└── share
└── man
└── man1
├── seaf-cli.1.gz
└── seaf-daemon.1.gz
12 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment