cobs 1.1.0 (#685)

* cobs 1.1.0

* cobs 1.1.0 requires gnat >=11.0.0
This commit is contained in:
Daniel King
2022-11-14 08:42:16 +00:00
committed by GitHub
parent 3cf50579ab
commit 54053027a4
+18
View File
@@ -0,0 +1,18 @@
name = "cobs"
description = "Consistent Overhead Byte Stuffing (COBS) encoder/decoder"
version = "1.1.0"
licenses = "MIT"
authors = ["Daniel King"]
maintainers = ["Daniel King <damaki.gh@gmail.com>"]
maintainers-logins = ["damaki"]
website = "https://github.com/damaki/cobs"
tags = ["cobs", "spark", "embedded", "nostd"]
[[depends-on]]
gnat = ">=11.0.0"
[origin]
commit = "8c35e29aee6387f158a086f6bbf4ca3612b2b2dd"
url = "git+https://github.com/damaki/cobs.git"