Skip to content

Commit

Permalink
Update library.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ardnew authored Sep 11, 2023
1 parent eea0d44 commit 206038b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name=cronos
version=0.1.0
author=ardnew
maintainer=ardnew ([email protected])
sentence=A std::chrono wrapper for target system's native tick count
sentence=A std::chrono wrapper for target system's native tick count.
paragraph=This abstraction allows applications to hide the exact data type representation and period of the system's native ticker, which provides a consistent interface for specifying delays, timeouts, etc., regardless of the target system.
category=Timing
includes=cronos.h
url=https://github.com/ardnew/cronos
architectures=*
dot_a_linkage=true
includes=cronos.h

0 comments on commit 206038b

Please sign in to comment.