Skip to content

Commit

Permalink
Publish jpsim/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Jul 10, 2024
1 parent 1d145e1 commit 4756506
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
11 changes: 11 additions & 0 deletions modules/yams/5.1.3/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module(
name = "yams",
version = "5.1.3",
compatibility_level = 1,
)

bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(name = "rules_swift", version = "1.18.0", repo_name = "build_bazel_rules_swift", max_compatibility_level = 2)

bazel_dep(name = "platforms", version = "0.0.9", dev_dependency = True)
bazel_dep(name = "rules_apple", version = "3.5.1", dev_dependency = True)
7 changes: 7 additions & 0 deletions modules/yams/5.1.3/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tasks:
verify_targets:
name: Verify build targets
platform: macos
bazel: 7.x
build_targets:
- '@yams//:Yams'
5 changes: 5 additions & 0 deletions modules/yams/5.1.3/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"url": "https://github.com/jpsim/Yams/archive/refs/tags/5.1.3.tar.gz",
"integrity": "sha256-0Pjs7X7zRilFveH+Djcoi332pQyoVN9Ts6/0POTTjjk=",
"strip_prefix": "Yams-5.1.3"
}
3 changes: 2 additions & 1 deletion modules/yams/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"5.0.4",
"5.0.5",
"5.0.6",
"5.1.0"
"5.1.0",
"5.1.3"
],
"yanked_versions": {}
}

0 comments on commit 4756506

Please sign in to comment.