From 56ef597bf35a6f3c746cd7114a49719b91891e83 Mon Sep 17 00:00:00 2001 From: Tony Gair Date: Mon, 22 Jun 2026 12:20:04 +0100 Subject: [PATCH] df_ccv 0.1.0 (#1954) * Add df_ccv 0.1.0 * df_ccv: build note -> notes field (Alire review) --------- Co-authored-by: Tony Gair --- index/df/df_ccv/df_ccv-0.1.0.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 index/df/df_ccv/df_ccv-0.1.0.toml diff --git a/index/df/df_ccv/df_ccv-0.1.0.toml b/index/df/df_ccv/df_ccv-0.1.0.toml new file mode 100644 index 00000000..24a8a7fa --- /dev/null +++ b/index/df/df_ccv/df_ccv-0.1.0.toml @@ -0,0 +1,25 @@ +name = "df_ccv" +description = "Ada bindings to Liu Liu's CCV computer vision library" +version = "0.1.0" +authors = ["The Dark Factory Ltd"] +maintainers = ["tony.gair@thedarkfactory.co.uk"] +maintainers-logins = ["tonygair"] +licenses = "MIT" +website = "https://github.com/the-dark-factory/ccv-ada" +tags = ["binding", "image", "computer-vision", "ccv"] +project-files = ["df_ccv.gpr"] +auto-gpr-with = false + +notes = "CCV is built separately: clone liuliu/ccv and make lib (needs libpng+libjpeg), then point df_ccv.gpr's CCV_LIB_DIR at libccv.a. See CHARTER.md." + +[build-switches] +"*".style_checks = ["-gnaty"] + +[available.'case(os)'] +macos = true +linux = true +windows = false # Untested. + +[origin] +commit = "ec4e224e77c7ec669663a887b80bec416f1dec84" +url = "git+https://github.com/the-dark-factory/ccv-ada.git"