tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

control (820B)


      1 Source: highway
      2 Maintainer: JPEG XL Maintainers <jpegxl@google.com>
      3 Section: misc
      4 Priority: optional
      5 Standards-Version: 3.9.8
      6 Build-Depends: cmake,
      7               debhelper (>= 9),
      8               libgtest-dev
      9 Homepage: https://github.com/google/highway
     10 
     11 Package: libhwy-dev
     12 Architecture: any
     13 Section: libdevel
     14 Depends: ${misc:Depends}
     15 Description: Efficient and performance-portable SIMD wrapper (developer files)
     16 This library provides type-safe and source-code portable wrappers over
     17 existing platform-specific intrinsics. Its design aims for simplicity,
     18 reliable efficiency across platforms, and immediate usability with current
     19 compilers.
     20 .
     21 This package installs the development files. There's no runtime library
     22 since most of Highway is implemented in headers and only a very small
     23 static library is needed.