Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
c8ef authored Nov 4, 2024
1 parent c2d7e46 commit 0136cab
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/ada-url/2.9.2/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module(
name = "ada-url",
version = "2.9.2",
compatibility_level = 1,
bazel_compatibility = [">=7.2.1"],
)
12 changes: 12 additions & 0 deletions modules/ada-url/2.9.2/overlay/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
cc_library(
name = "ada",
srcs = ["ada.cpp"],
hdrs = [
"ada.h",
"ada_c.h",
],
includes = ["."],
visibility = [
"//visibility:public",
],
)
1 change: 1 addition & 0 deletions modules/ada-url/2.9.2/overlay/MODULE.bazel
19 changes: 19 additions & 0 deletions modules/ada-url/2.9.2/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
matrix:
bazel: ["7.x"]
unix_platform: ["macos", "macos_arm64", "ubuntu2204", "debian11"]

tasks:
unix_test:
platform: ${{ unix_platform }}
bazel: ${{ bazel }}
build_flags:
- --cxxopt=-std=c++20
build_targets:
- '@ada-url//:ada'
windows_test:
platform: "windows"
bazel: ${{ bazel }}
build_flags:
- --cxxopt=/std:c++20
build_targets:
- '@ada-url//:ada'
8 changes: 8 additions & 0 deletions modules/ada-url/2.9.2/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"integrity": "sha256-sszmMFkLSQ156k9EYLp379X7KcWoek6Mt+vEhZvEtWQ=",
"url": "https://github.com/ada-url/ada/releases/download/v2.9.2/singleheader.zip",
"overlay": {
"BUILD.bazel": "sha256-BVAwANtZ3z6bI+0h5If6U04xpph/f0a7Xxlcdvz70Hs=",
"MODULE.bazel": "sha256-H4gSqyhDNtV3FEQE5WlRjY/FdwpAtjbn4wdy7ImHHLs="
}
}
16 changes: 16 additions & 0 deletions modules/ada-url/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"homepage": "https://www.ada-url.com/",
"maintainers": [
{
"email": "[email protected]",
"name": "c8ef"
}
],
"repository": [
"github:ada-url/ada"
],
"versions": [
"2.9.2"
],
"yanked_versions": {}
}

0 comments on commit 0136cab

Please sign in to comment.