Skip to content

Commit

Permalink
yass 3.1.0 (#1212)
Browse files Browse the repository at this point in the history
* yass 3.1.0 (via `alr publish --submit`)

* Fedora's cmark-library only includes end user runtime, now includes headers
  • Loading branch information
AJ-Ianozi authored Aug 26, 2024
1 parent 285cf8b commit b2fdbad
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index/li/libcmark/libcmark-external.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ kind = "system"

[external.origin.'case(distribution)']
'debian|ubuntu' = ["libcmark-dev"]
'arch|homebrew|macports|fedora|suse' = ["cmark"]
'arch|homebrew|macports|suse' = ["cmark"]
'fedora' = ["cmark-devel"]
'msys2' = ["mingw-w64-x86_64-cmark"]
44 changes: 44 additions & 0 deletions index/ya/yass/yass-3.1.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name = "yass"
description = "Static website generator"
version = "3.1.0"

authors = ["AJ Ianozi"]
maintainers = ["AJ Ianozi <[email protected]>"]
maintainers-logins = ["AJ-Ianozi"]
licenses = "GPL-3.0-or-later"
website = "https://yass.website"
tags = ["web", "markdown", "generator"]

executables = ["yass"]


[gpr-externals]
YASS_OS = ["Windows", "Unix"]
Mode = ["dev", "debug", "release", "analyze"]

[gpr-set-externals]
Mode = "release"

[gpr-set-externals.'case(os)']
windows = { YASS_OS = "Windows" }
'...' = { YASS_OS = "Unix" }

[[depends-on]]
libcmark = ">=0.0.1"

[[depends-on]]
# See https://github.com/AdaCore/aws/issues/380
# and https://github.com/alire-project/alire/issues/1710
[depends-on.'case(os)'.windows]
aws = "^23.0.0"
xmlada = "^23.0.0"
gnatcoll = "^23.0.0"

[depends-on.'case(os)'.'...']
aws = "^24.0.0"
xmlada = "^24.0.0"
gnatcoll = "^24.0.0"
[origin]
commit = "9bcb0cc5a86fc324b57f580386f083cbcf3e6358"
url = "git+https://github.com/yet-another-static-site-generator/yass.git"

0 comments on commit b2fdbad

Please sign in to comment.