vcpkg/ports/seal/CONTROL

18 lines
449 B
Plaintext
Raw Normal View History

Source: seal
Version: 3.6.0
Homepage: https://github.com/microsoft/SEAL
Description: Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.
Default-Features: ms-gsl, zlib, zstd
Feature: ms-gsl
Build-Depends: ms-gsl
Description: Use ms-gsl for span view
Feature: zlib
Build-Depends: zlib
Description: Use zlib for compressed serialization
Feature: zstd
Build-Depends: zstd
Description: Use zstd for compressed serialization