2016-01-28 05:41:02 +00:00
|
|
|
Source: libemsha
|
|
|
|
Priority: optional
|
2016-01-30 00:28:41 +00:00
|
|
|
Section: libs
|
2016-01-28 05:41:02 +00:00
|
|
|
Maintainer: Kyle Isom <kyle@imap.cc>
|
|
|
|
Build-Depends: debhelper (>= 9), autotools-dev
|
|
|
|
Standards-Version: 3.9.5
|
|
|
|
Homepage: https://git.kyleisom.net/lib/libemsha
|
|
|
|
Vcs-Git: https://git.kyleisom.net/lib/libemsha
|
|
|
|
Vcs-Browser: https://git.kyleisom.net/lib/libemsha
|
|
|
|
|
|
|
|
Package: libemsha-dev
|
|
|
|
Section: libdevel
|
|
|
|
Architecture: any
|
|
|
|
Depends: libemsha-1 (= ${binary:Version}), ${misc:Depends}
|
|
|
|
Description: HMAC-SHA-256 C++11 library - development files
|
|
|
|
An MIT-licensed HMAC-SHA-256 C++11 library designed for embedded
|
|
|
|
systems. It is built following the JPL Power of Ten rules. It was written
|
|
|
|
in response to a need for a standalone HMAC-SHA-256 package that could
|
|
|
|
run on several platforms.
|
|
|
|
|
|
|
|
Package: libemsha-1
|
2016-01-30 00:28:41 +00:00
|
|
|
Section: libs
|
2016-01-28 05:41:02 +00:00
|
|
|
Architecture: any
|
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
|
|
Description: HMAC-SHA-256 C++11 library
|
|
|
|
An MIT-licensed HMAC-SHA-256 C++11 library designed for embedded
|
|
|
|
systems. It is built following the JPL Power of Ten rules. It was written
|
|
|
|
in response to a need for a standalone HMAC-SHA-256 package that could
|
|
|
|
run on several platforms.
|