Key | Value |
---|---|
as::author | Emmanuel Frecon |
as::build::date | 2015-05-22 |
as::license | BSD |
as::origin | http://sourceforge.net/projects/til |
description | This module implements a generic unique identifier generator. For a given string value, this generator will always return the same identifier. These identifiers can be used to store contexts in callers source, they are integers. The generated identifiers are unique within a context only and not in time and space. |
entity | package |
platform | tcl |
require | Tcl -require 8.2 logger |