File tree Expand file tree Collapse file tree 6 files changed +69
-0
lines changed
Expand file tree Collapse file tree 6 files changed +69
-0
lines changed Original file line number Diff line number Diff line change 1+ module (
2+ name = "graaf" ,
3+ version = "1.1.1" ,
4+ bazel_compatibility = [">=7.2.1" ],
5+ compatibility_level = 1 ,
6+ )
Original file line number Diff line number Diff line change 1+ cc_library (
2+ name = "graaf" ,
3+ hdrs = glob (
4+ [
5+ "graaflib/**/*.h" ,
6+ "graaflib/**/*.tpp" ,
7+ ],
8+ ),
9+ includes = ["." ],
10+ visibility = ["//visibility:public" ],
11+ )
Original file line number Diff line number Diff line change 1+ module (
2+ name = "graaf" ,
3+ version = "1.1.1" ,
4+ bazel_compatibility = [">=7.2.1" ],
5+ compatibility_level = 1 ,
6+ )
Original file line number Diff line number Diff line change 1+ matrix :
2+ platform :
3+ - debian10
4+ - debian11
5+ - macos
6+ - macos_arm64
7+ - ubuntu2004
8+ - ubuntu2204
9+ - windows
10+ bazel : ["7.x", "8.x"]
11+ tasks :
12+ verify_targets :
13+ name : Verify build targets
14+ platform : ${{ platform }}
15+ bazel : ${{ bazel }}
16+ build_flags :
17+ - ' --process_headers_in_dependencies'
18+ build_targets :
19+ - ' @graaf//...'
Original file line number Diff line number Diff line change 1+ {
2+ "url" : " https://github.com/bobluppes/graaf/releases/download/v1.1.1/header-only.tar.gz" ,
3+ "integrity" : " sha256-hqleFKoY+B6jHsB2TvixLR/kI5baO+AEbg27tWL7PIk=" ,
4+ "strip_prefix" : " include" ,
5+ "overlay" : {
6+ "BUILD.bazel" : " sha256-0U67qAKO8Z2wv9OhvFfIecutBV+XgEk8biHIDCNo23Y=" ,
7+ "MODULE.bazel" : " sha256-nvzf6Qc+taoBRNq9fHhdXZzsu8rb+EsI3Uu6cKJQ8Z8="
8+ }
9+ }
Original file line number Diff line number Diff line change 1+ {
2+ "homepage" : " https://github.com/bobluppes/graaf" ,
3+ "maintainers" : [
4+ {
5+ 6+ "github" : " matthias-giersch" ,
7+ "name" : " Matthias Giersch" ,
8+ "github_user_id" : 120274382
9+ }
10+ ],
11+ "repository" : [
12+ " github:bobluppes/graaf"
13+ ],
14+ "versions" : [
15+ " 1.1.1"
16+ ],
17+ "yanked_versions" : {}
18+ }
You can’t perform that action at this time.
0 commit comments