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" +