From f23dd55e27ad21ed69c238b8c7f1702a9fc76ba2 Mon Sep 17 00:00:00 2001 From: flashultra Date: Mon, 29 Apr 2019 11:40:49 +0300 Subject: [PATCH] Prepare for haxelib submit --- haxelib.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 haxelib.json diff --git a/haxelib.json b/haxelib.json new file mode 100644 index 0000000..4f255db --- /dev/null +++ b/haxelib.json @@ -0,0 +1,13 @@ +{ + "name": "uuid", + "license": "MIT", + "tags": ["cross","haxe","uuid","game"], + "description": "Cross platform, simple Uuid generation based on RFC4122 . Support versions are v1, v3, v4 and v5", + "contributors": ["flashultra"], + "releasenote": "Simple Uuid generation for v1, v3, v4 and v5", + "version": "1.0.0", + "url": "https://github.com/flashultra/uuid", + "dependencies": { + "hxprng" + } +} \ No newline at end of file