From cbf2f2bcd8de57134c328fe68238bcaf0130a6e2 Mon Sep 17 00:00:00 2001 From: M Lorek Date: Mon, 22 Jun 2026 10:06:39 +0100 Subject: [PATCH] ada message pack (#1922) * Add files via upload * Update ada_msg_pack-0.1.0.toml * Rename ada_msg_pack-0.1.0.toml to msg_pack-0.1.0.toml * move file * Update msg_pack-0.1.0.toml * Update msg_pack-0.1.0.toml * Update msg_pack-0.1.0.toml --- index/ms/msg_pack/msg_pack-0.1.0.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 index/ms/msg_pack/msg_pack-0.1.0.toml diff --git a/index/ms/msg_pack/msg_pack-0.1.0.toml b/index/ms/msg_pack/msg_pack-0.1.0.toml new file mode 100644 index 00000000..3d358f13 --- /dev/null +++ b/index/ms/msg_pack/msg_pack-0.1.0.toml @@ -0,0 +1,27 @@ +name = "msg_pack" +description = "Ada implementation of MessagePack serialization" +version = "0.1.0" + +authors = ["mlorek"] +maintainers = ["MLorek "] +maintainers-logins = ["mlorek"] +licenses = "MIT" +website = "https://github.com/mlorek/msgpack" +tags = ["serialization", "msgpack", "messagepack", "msg-pack"] + +[[actions]] +type = "test" +command = ["alr", "build"] + +[[actions]] +type = "test" +command = ["alr", "exec", "--", "gprbuild", "-p", "-P", "tests/tests.gpr"] + +[[actions]] +type = "test" +command = ["./tests/bin/test_main"] + +[origin] +commit = "30c5bb53c36ffdcfb4bc3a849b6b847788965147" +url = "git+https://github.com/mlorek/msgpack.git" +