File: README.md

package info (click to toggle)
sight 25.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 42,184 kB
  • sloc: cpp: 289,476; xml: 17,257; ansic: 9,878; python: 1,379; sh: 144; makefile: 33
file content (20 lines) | stat: -rw-r--r-- 511 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# sight::module::io::zip

Contains a service to read an archive and output to the specified directory. The supported format is ZIP with ZSTD
compression. It can be password protected using AES256.

## Services

- **extract**: read an archive and output to the specified directory

## How to use it

### CMake

```cmake
add_dependencies(my_target module_io_zip ...)
```

### XML

Please consult the [doxygen](https://sight.pages.ircad.fr/sight) of each service to learn more about its use in xml configurations.