eeeb7d09b3
The site https://forge.ada-ru.org isn't available any more, so replace source archives with GitHub release URLs.
24 lines
856 B
TOML
24 lines
856 B
TOML
description = "Implementation of OMG's Meta Object Facility (MOF)"
|
|
name = "matreshka_amf"
|
|
version = "20.1.0"
|
|
website = "https://github.com/godunko/matreshka"
|
|
authors = ["Vadim Godunko"]
|
|
licenses = "BSD-3-Clause"
|
|
maintainers = ["Vadim Godunko <vgodunko@gmail.com>", "Maxim Reznik <reznikmm@gmail.com>"]
|
|
maintainers-logins = ["godunko", "reznikmm"]
|
|
project-files = ["build_matreshka_amf.gpr"]
|
|
tags = ["uml", "meta", "mof"]
|
|
|
|
[available.'case(os)']
|
|
windows = false
|
|
'...' = true
|
|
|
|
[[depends-on]]
|
|
matreshka_league = "20.1.0"
|
|
matreshka_xml = "20.1.0"
|
|
|
|
[origin]
|
|
# NOTE: Use the same dummy archive to build subproject as in 18.1
|
|
url = "https://github.com/reznikmm/matreshka-alire/archive/matreshka_amf-18.1.tar.gz"
|
|
hashes = ["sha512:18bdade55a8a599e034478d0a8c3c2f478bf69530b7ee836fc77ab3764ad7e87fdb277564c259d3a2603f6c7fd265ad7b912c0f3f5b1bb97a739faf2d6d28090"]
|