Skip to content

hpsv2022-01-18

Updated

A C++11 High Performance Serialization Library.

#Usage

The package hps is header only and can be used from CMake via:

find_path(HPS_INCLUDE_DIRS "hps/hps.h")
target_include_directories(main PRIVATE ${HPS_INCLUDE_DIRS})

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Prateek Joshi's avatarPrateek Joshi

#Changelog

  • 620e68b[hps] Add new port (#23946)