From 5ea4431da49bd580c5b6594451f9fe8b3cd660e1 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Tue, 15 Feb 2022 17:28:40 +0100 Subject: [PATCH] qoi 0.1.0 (#450) --- index/qo/qoi/qoi-0.1.0.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 index/qo/qoi/qoi-0.1.0.toml diff --git a/index/qo/qoi/qoi-0.1.0.toml b/index/qo/qoi/qoi-0.1.0.toml new file mode 100644 index 00000000..a14f4e77 --- /dev/null +++ b/index/qo/qoi/qoi-0.1.0.toml @@ -0,0 +1,18 @@ +name = "qoi" +description = "Ada/SPARK implementation of the Quite Ok Image format" +version = "0.1.0" +licenses = "MIT" + +authors = ["Fabien Chouteau", "Joffrey Huguet"] +maintainers= ["Fabien-Chouteau ", "Joffrey Huguet "] +maintainers-logins = ["Fabien-Chouteau", "joffreyhuguet"] +website = "https://github.com/Fabien-Chouteau/qoi-spark" +tags = ["image", "encoding", "qoi"] + +[[depends-on]] +gnat = ">=11.2" + +[origin] +commit = "25d61809e0e520abec78afd94bfae8a8140414c3" +url = "git+https://github.com/Fabien-Chouteau/qoi-spark.git" +