Skip to content

Commit

Permalink
chore: add docopt.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Sep 13, 2023
1 parent 7a70e6c commit 2031ad9
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/docopt.cpp/0.6.2/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module(
name = "docopt.cpp",
version = "0.6.2",
compatibility_level = 6,
)

bazel_dep(name = "rules_cc", version = "0.0.8")
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "boost.regex", version = "1.83.0.bzl.1")
6 changes: 6 additions & 0 deletions modules/docopt.cpp/0.6.2/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"integrity": "sha256-sgqnvXFJ5ZLYIdXBRsGWUvUeMLnVi5+2ytlzc/PoUOY=",
"patch_strip": 0,
"patches": {},
"url": "https://github.com/ecsact-dev/docopt.cpp/releases/download/ecsact-bzlmod-0.6.2/docopt.cpp-ecsact-bzlmod-0.6.2.tar.gz"
}
11 changes: 11 additions & 0 deletions modules/docopt.cpp/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"homepage": "",
"maintainers": [],
"repository": [
"github:/ecsact-dev"
],
"versions": [
"0.6.2"
],
"yanked_versions": {}
}

0 comments on commit 2031ad9

Please sign in to comment.