Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
c8ef authored Oct 30, 2024
1 parent 351691a commit 0eceb81
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/jsoncons/0.177.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module(
name = "jsoncons",
version = "0.177.0",
compatibility_level = 1,
)
11 changes: 11 additions & 0 deletions modules/jsoncons/0.177.0/overlay/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
cc_library(
name = "jsoncons",
hdrs = glob([
"include/jsoncons/**/*.hpp",
"include/jsoncons_ext/**/*.hpp",
]),
strip_include_prefix = "include",
visibility = [
"//visibility:public",
],
)
1 change: 1 addition & 0 deletions modules/jsoncons/0.177.0/overlay/MODULE.bazel
15 changes: 15 additions & 0 deletions modules/jsoncons/0.177.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
matrix:
platform:
- centos7
- debian10
- ubuntu2004
- macos
- windows
bazel: ["7.x"]
tasks:
verify_targets:
name: Verify build targets
bazel: ${{ bazel }}
platform: ${{ platform }}
build_targets:
- '@jsoncons//:jsoncons'
9 changes: 9 additions & 0 deletions modules/jsoncons/0.177.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-o4HVhInxQ6OlFUhPStbjKuTZdwM+GkVf7PjNxOLJpJ4=",
"strip_prefix": "jsoncons-0.177.0",
"url": "https://github.com/danielaparker/jsoncons/archive/refs/tags/v0.177.0.tar.gz",
"overlay": {
"BUILD.bazel": "sha256-v/H6GJS79MEtvqtBlZtCLMSEIRJkenCdOX7C4LdwXck=",
"MODULE.bazel": "sha256-XCMYudp0U9+EugvzWyanlBoRefpKFmrEd2vBFbRPJBs="
}
}
16 changes: 16 additions & 0 deletions modules/jsoncons/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"homepage": "https://danielaparker.github.io/jsoncons/",
"maintainers": [
{
"email": "[email protected]",
"name": "No Maintainer Specified"
}
],
"repository": [
"github:danielaparker/jsoncons"
],
"versions": [
"0.177.0"
],
"yanked_versions": {}
}

0 comments on commit 0eceb81

Please sign in to comment.