diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2016-12-16 23:38:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-17 01:18:30 +0700 |
commit | 70531054c49799ca9eb1820470c73f122652cdd1 (patch) | |
tree | 572d0022edcb59e0212124b453fb8d72ce4272ed /libraries/hinnant-date/slack-desc | |
parent | cb538f7e0479a5495f6459bb1031831056d51c73 (diff) | |
download | slackbuilds-70531054c49799ca9eb1820470c73f122652cdd1.tar.gz |
libraries/hinnant-date: Added (A date and time library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/hinnant-date/slack-desc')
-rw-r--r-- | libraries/hinnant-date/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/hinnant-date/slack-desc b/libraries/hinnant-date/slack-desc new file mode 100644 index 0000000000..c8a68f0d3b --- /dev/null +++ b/libraries/hinnant-date/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------------------------------------------------------| +hinnant-date: hinnant-date (A date and time library based on the C++11) +hinnant-date: +hinnant-date: This is actually several separate C++11/C++14 libraries: +hinnant-date: date.h" is a header-only library which builds upon <chrono>. +hinnant-date: tz.h are a timezone library built on top of the date.h library. +hinnant-date: chrono_io.h is a library for streaming out chrono durations. +hinnant-date: iso_week.h is a library which implements the ISO week date calendar. +hinnant-date: julian.h library which implements a proleptic Julian calendar. +hinnant-date: islamic.h library which implements a proleptic Islamic calendar. +hinnant-date: +hinnant-date: https://github.com/HowardHinnant/date |