Skip to content

Commit

Permalink
Add io_bazel_stardoc 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy committed Oct 20, 2021
1 parent 6fd28a7 commit 1a905e4
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/io_bazel_stardoc/0.5.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module(
name = "io_bazel_stardoc",
version = "0.5.0",
compatibility_level = 1,
)
bazel_dep(name = "bazel_skylib", version = "1.0.3")
bazel_dep(name = "rules_java", version = "4.0.0")
16 changes: 16 additions & 0 deletions modules/io_bazel_stardoc/0.5.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
platforms:
centos7:
build_targets:
- '@io_bazel_stardoc//...'
debian10:
build_targets:
- '@io_bazel_stardoc//...'
macos:
build_targets:
- '@io_bazel_stardoc//...'
ubuntu2004:
build_targets:
- '@io_bazel_stardoc//...'
windows:
build_targets:
- '@io_bazel_stardoc//...'
4 changes: 4 additions & 0 deletions modules/io_bazel_stardoc/0.5.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"integrity": "sha256-yXlNzIAmow/2fPfPkeviRcopSyCwcYRdEsGSr+JDrXI=",
"url": "/~https://github.com/bazelbuild/stardoc/releases/download/0.5.0/stardoc-0.5.0.tar.gz"
}
8 changes: 8 additions & 0 deletions modules/io_bazel_stardoc/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"homepage": "/~https://github.com/bazelbuild/stardoc",
"maintainers": [],
"versions": [
"0.5.0"
],
"yanked_versions": {}
}

0 comments on commit 1a905e4

Please sign in to comment.