Add crate for Ada Expression Library which implements JSR 245
This commit is contained in:
committed by
Alejandro R. Mosteo
parent
b944f73d46
commit
7484d91e22
@@ -0,0 +1,25 @@
|
||||
[general]
|
||||
description = "Expression Language Library (JSR245)"
|
||||
licenses = ["Apache 2.0"]
|
||||
maintainers = ["Stephane.Carrez@gmail.com"]
|
||||
maintainers-logins = ["stcarrez"]
|
||||
|
||||
project-files = [
|
||||
".alire/elada.gpr"
|
||||
]
|
||||
|
||||
[general.depends-on]
|
||||
utilada = "^2.0.0"
|
||||
|
||||
[general.gpr-externals]
|
||||
EL_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
||||
BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
|
||||
|
||||
[[general.actions]]
|
||||
type = "post-fetch"
|
||||
command = ["rm", "-f", "config.gpr"]
|
||||
|
||||
['1.7.0']
|
||||
origin = "https://github.com/stcarrez/ada-el/archive/1.7.0.tar.gz"
|
||||
origin-hashes = ["sha512:86ac5fc839aa91cd9da2681b5fbeed0d41e749d73bf547f7bf4e1172b351d483fb8549deabd63adf688583a990c7af70bd121a39018ba6c34d93f513aa4f588d"]
|
||||
|
||||
Reference in New Issue
Block a user