Compare commits

..

5 Commits

Author SHA1 Message Date
Nicolai Ruckel 7abfff57ce Add external libfuse to index 2020-08-28 15:51:12 +02:00
Nicolai Ruckel 07882c7bf1 Add ada-fuse library to index 2020-08-28 15:51:12 +02:00
Fabien Chouteau 53c1a88453 si_units.toml: remove a test project file from project-files list (#133)
The project file is used for testing and is not supposed to be withed by users.

This way si_units is compatible with https://github.com/alire-project/alire/pull/458.
2020-07-13 17:01:58 +01:00
Fabien Chouteau e177446fa7 Bump version to 0.3 (#132) 2020-07-01 15:28:11 +02:00
Fabien Chouteau 1ba0200b88 disable auto-gpr-with on geste and lvgl_ada 2020-06-30 18:17:40 +02:00
6 changed files with 48 additions and 2 deletions
+34
View File
@@ -0,0 +1,34 @@
[general]
description = "Ada bindings for Fuse (Filesystem in Userspace)"
website = "https://github.com/medsec/ada-fuse"
authors = [
"Alexander Herr <thissideup@riseup.net>",
"Nicolai Ruckel <nicolai.ruckel@uni-weimar.de>",
"christopher-l <christopher.luebbemeier@googlemail.com>"
]
maintainers = ["Nicolai Ruckel <nicolai.ruckel@uni-weimar.de>"]
maintainers-logins = [
"NicolaiRuckel", "medsec"
]
licenses = ["GPL 3.0"]
project-files = ["ada_fuse.gpr"]
[general.gpr-externals]
ADA_FUSE_SYSTEM = ["Linux x86_64", "Linux i386", "Darwin i386", "Darwin x86_64"]
[general.gpr-set-externals.'case(os)']
linux = { ADA_FUSE_SYSTEM = "Linux x86_64" }
macos = { ADA_FUSE_SYSTEM = "Darwin x86_64" }
[general.available.'case(os)']
linux = true
macos = true
windows = false
'...' = false
["1.0.0"]
origin = "https://github.com/medsec/ada-fuse/archive/v1.0.zip"
origin-hashes = ["sha512:8e67aaa8f57b688231e7d2cda0d02093c8d1d3c9a47729af613c95a1262f5ef24af0196a83b6d5c74bc43097846a514ce11c5d680ef74b8f31526752c239a11a"]
["1.0.0".depends-on]
libfuse = "^2.0.0"
+1
View File
@@ -59,6 +59,7 @@ pixel.
"""
project-files = ["geste.gpr"]
auto-gpr-with=false # geste.gpr has to be extended
licenses = ["BSD 3-Clauses"]
+1 -1
View File
@@ -1 +1 @@
version = "0.2"
version = "0.3"
+10
View File
@@ -0,0 +1,10 @@
[general]
description = "Interface for userspace programs to export a filesystem"
licenses = ["LGPL 2.1"]
maintainers = ["nicolai.ruckel@uni-weimar.de"]
maintainers-logins = ["NicolaiRuckel"]
[[external]]
kind = "system"
[external.origin.'case(distribution)']
'debian|ubuntu' = ["libfuse-dev"]
+1
View File
@@ -9,6 +9,7 @@ project-files = ["lvgl_ada_1bit_color.gpr",
"lvgl_ada_8bit_color.gpr",
"lvgl_ada_16bit_color.gpr",
"lvgl_ada_32bit_color.gpr"]
auto-gpr-with=false # only one project file should be used and extended
["0.1.0"]
origin = "https://github.com/Fabien-Chouteau/lvgl-ada/releases/download/v0.1.0/lvgl_ada-0.1.0.zip"
+1 -1
View File
@@ -4,7 +4,7 @@ licenses = ["WTFPL"]
maintainers = ["vinzent@heisenbug.eu"]
maintainers-logins = ["Jellix"]
project-files = ["si_units_lib.gpr", "si_units.gpr"]
project-files = ["si_units_lib.gpr"]
tags=["utilities", "formatting"]