File tree Expand file tree Collapse file tree 6 files changed +65
-0
lines changed
Expand file tree Collapse file tree 6 files changed +65
-0
lines changed Original file line number Diff line number Diff line change 1+ module (
2+ name = "fkyaml" ,
3+ version = "0.4.2" ,
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 = "fkyaml" ,
3+ hdrs = glob (
4+ ["include/fkYAML/**/*.hpp" ]
5+ ),
6+ includes = ["include" ],
7+ visibility = ["//visibility:public" ],
8+ )
Original file line number Diff line number Diff line change 1+ module (
2+ name = "fkyaml" ,
3+ version = "0.4.2" ,
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+ bazel : ["7.x", "8.x"]
10+ tasks :
11+ verify_targets :
12+ name : Verify build targets
13+ platform : ${{ platform }}
14+ bazel : ${{ bazel }}
15+ build_flags :
16+ - ' --process_headers_in_dependencies'
17+ build_targets :
18+ - ' @fkyaml//...'
Original file line number Diff line number Diff line change 1+ {
2+ "url" : " https://github.com/fktn-k/fkYAML/releases/download/v0.4.2/fkYAML.zip" ,
3+ "integrity" : " sha256-xmP4FIGs8rRjfgQdAUr8rHdrdY8ZXjPfoevzXIxfmow=" ,
4+ "strip_prefix" : " fkYAML" ,
5+ "overlay" : {
6+ "BUILD.bazel" : " sha256-ws/IaBqd4EhyrJe4nTWetDCUnj/6GuZ8ED0FFJgtVxk=" ,
7+ "MODULE.bazel" : " sha256-Cw3btGPQdN72PSBAkaaQsD7wc7G3zKLVrE2xtMX6/wM="
8+ }
9+ }
Original file line number Diff line number Diff line change 1+ {
2+ "homepage" : " https://github.com/fktn-k/fkYAML" ,
3+ "maintainers" : [
4+ {
5+ 6+ "github" : " matthias-giersch" ,
7+ "name" : " Matthias Giersch" ,
8+ "github_user_id" : 120274382
9+ }
10+ ],
11+ "repository" : [
12+ " github:fktn-k/fkYAML"
13+ ],
14+ "versions" : [
15+ " 0.4.2"
16+ ],
17+ "yanked_versions" : {}
18+ }
You can’t perform that action at this time.
0 commit comments