{
  "actions": [
    {
      "command": [
        "alr",
        "build"
      ],
      "type": "test"
    },
    {
      "command": [
        "alr",
        "exec",
        "--",
        "gprbuild",
        "-p",
        "-P",
        "tests/tests.gpr"
      ],
      "type": "test"
    },
    {
      "command": [
        "./tests/bin/test_main"
      ],
      "type": "test"
    }
  ],
  "authors": [
    "mlorek"
  ],
  "description": "Ada implementation of MessagePack serialization",
  "licenses": "MIT",
  "maintainers": [
    "MLorek <michal.lorek@gmail.com>"
  ],
  "maintainers-logins": [
    "mlorek"
  ],
  "name": "msg_pack",
  "origin": {
    "commit": "30c5bb53c36ffdcfb4bc3a849b6b847788965147",
    "url": "git+https://github.com/mlorek/msgpack.git"
  },
  "tags": [
    "serialization",
    "msgpack",
    "messagepack",
    "msg-pack"
  ],
  "version": "0.1.0",
  "website": "https://github.com/mlorek/msgpack"
}
