commit 37ac0078364b0c841581c39a3c35e7ec98d839b9 Author: Pavel Shevaev Date: Tue Jul 18 11:57:02 2023 +0300 First commit diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..17a25bd --- /dev/null +++ b/composer.json @@ -0,0 +1,8 @@ +{ + "name": "bit/meta_shared", + "description": "Shared meta declarations", + "homepage": "https://git.bit5.ru/composer/meta_shared", + "require": { + "php": ">=7.4" + } +} diff --git a/meta/conf.mtgn b/meta/conf.mtgn new file mode 100644 index 0000000..9f33f27 --- /dev/null +++ b/meta/conf.mtgn @@ -0,0 +1,7 @@ + +struct ConfBase + @bhl_bind + #NOTE: id is a CRC value + id : uint32 @default:0 + strid : string @default:"" +end