1
0
mirror of https://github.com/danog/PHPStruct.git synced 2024-11-26 19:54:38 +01:00

Added some tags

This commit is contained in:
Daniil Gentili 2016-08-25 13:07:20 +02:00 committed by GitHub
parent 635b6a57a9
commit da588a75fd

View File

@ -4,7 +4,7 @@
"description": "PHP implementation of python's struct module.", "description": "PHP implementation of python's struct module.",
"license": "MIT", "license": "MIT",
"homepage": "https://daniil.it/phpstruct", "homepage": "https://daniil.it/phpstruct",
"keywords": ["pack", "unpack", "byte", "bytes", "python", "struct"], "keywords": ["pack", "unpack", "byte", "bytes", "python", "struct", "integer", "float", "string", "decimal", "binary"],
"authors": [ "authors": [
{ {
"name": "danog", "name": "danog",