# Hitimes Changelog ## Version 1.3.0 2018-06-15 * Add api method `Hitimes.raw_instant` to expose raw OS instant value * Add api constant `Hitimes::INSTANT_CONVERSION_FACTOR` to expose raw OS instant conversion factor * other development cleanup tasks
12 lines
313 B
Makefile
12 lines
313 B
Makefile
# $NetBSD: Makefile,v 1.6 2018/09/23 16:45:23 taca Exp $
|
|
|
|
DISTNAME= hitimes-1.3.0
|
|
CATEGORIES= time
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/copiousfreetime/hitimes
|
|
COMMENT= Fast, high resolution timer library
|
|
LICENSE= isc
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|