ptr-peeker 0.1 → 0.1.0.1
raw patch · 1 files changed
+5/−1 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ptr-peeker.cabal +5/−1
ptr-peeker.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: ptr-peeker-version: 0.1+version: 0.1.0.1 synopsis: High-performance composable binary data deserializers description: A high-performance binary data deserialization library providing a type-safe, flexible and composable abstraction over manipulations on pointers.@@ -15,6 +15,10 @@ The library delivers superior performance compared to alternatives like "cereal" and "store", making it ideal for high-throughput applications, networking, and systems programming. +homepage: https://github.com/nikita-volkov/ptr-peeker+bug-reports: https://github.com/nikita-volkov/ptr-peeker/issues+author: Nikita Volkov <nikita.y.volkov@mail.ru>+maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> copyright: (c) 2021, Nikita Volkov license: MIT license-file: LICENSE