diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-12 16:38:02 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-13 09:17:59 +0700 |
commit | 175b0bf18f831f2709e5f51d3b1fa43333239cc0 (patch) | |
tree | f1f99359ceb5290838116344d0fbdd1c3661796f /haskell/haskell-byteorder/slack-desc | |
parent | a6216da9b6b03aec14629cfdc40f3bba8a5961da (diff) |
haskell/haskell-byteorder: Added (native endianness lib).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-byteorder/slack-desc')
-rw-r--r-- | haskell/haskell-byteorder/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-byteorder/slack-desc b/haskell/haskell-byteorder/slack-desc new file mode 100644 index 0000000000..c33fafd8ac --- /dev/null +++ b/haskell/haskell-byteorder/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +haskell-byteorder: haskell-byteorder (native endianness or byte ordering library.) +haskell-byteorder: +haskell-byteorder: This package is for working with the native byte-ordering of the +haskell-byteorder: system. +haskell-byteorder: +haskell-byteorder: https://hackage.haskell.org/package/byteorder +haskell-byteorder: +haskell-byteorder: +haskell-byteorder: +haskell-byteorder: +haskell-byteorder: |