File tree Expand file tree Collapse file tree 8 files changed +4142
-2
lines changed Expand file tree Collapse file tree 8 files changed +4142
-2
lines changed Original file line number Diff line number Diff line change
1
+ # GitHub syntax highlighting
2
+ pixi.lock linguist-language =YAML
Original file line number Diff line number Diff line change
1
+ build /
2
+ install /
3
+ output /
4
+ .pixi /
Original file line number Diff line number Diff line change
1
+ context :
2
+ name : ros-humble-tcb-span
3
+ version : " 1.0.2"
4
+
5
+ package :
6
+ name : " {{ name|lower }}"
7
+ version : " {{ version }}"
8
+
9
+ source :
10
+ git_url : https://github.com/PickNikRobotics/cpp_polyfills.git
11
+ git_rev : 1.0.2
12
+
13
+ build :
14
+ number : 0
15
+ script :
16
+ - cd tcb_span
17
+ - cmake ${CMAKE_ARGS} -DBUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Release -S . -B build
18
+ - cmake --build build
19
+ - cmake --install build --prefix $PREFIX
20
+
21
+ requirements :
22
+ build :
23
+ - " {{ compiler('cxx') }}"
24
+ - cmake
25
+ - make
26
+ - ros-humble-ament-cmake
27
+
28
+ test :
29
+ commands :
30
+ - test -f ${PREFIX}/include/tcb_span/span.hpp
31
+
32
+ about :
33
+ home : https://github.com/PickNikRobotics/cpp_polyfills
34
+ license : BSL-1.0
35
+ summary : Implementation of C++20's std::span
Original file line number Diff line number Diff line change
1
+ context :
2
+ name : ros-humble-tl-expected
3
+ version : " 1.0.2"
4
+
5
+ package :
6
+ name : " {{ name|lower }}"
7
+ version : " {{ version }}"
8
+
9
+ source :
10
+ git_url : https://github.com/PickNikRobotics/cpp_polyfills.git
11
+ git_rev : 1.0.2
12
+
13
+ build :
14
+ number : 0
15
+ script :
16
+ - cd tl_expected
17
+ - cmake ${CMAKE_ARGS} -DBUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Release -S . -B build
18
+ - cmake --build build
19
+ - cmake --install build --prefix $PREFIX
20
+
21
+ requirements :
22
+ build :
23
+ - " {{ compiler('cxx') }}"
24
+ - cmake
25
+ - make
26
+ - ros-humble-ament-cmake
27
+ - ros-humble-ament-cmake-gtest
28
+
29
+ test :
30
+ commands :
31
+ - test -f ${PREFIX}/include/tl_expected/expected.hpp
32
+
33
+ about :
34
+ home : https://github.com/PickNikRobotics/cpp_polyfills
35
+ license : CC0-1.0
36
+ summary : C++11/14/17 std::expected with functional-style extensions
Original file line number Diff line number Diff line change 6
6
<description >Implementation of C++20's std::span</description >
7
7
<
maintainer email =
" [email protected] " >Tyler Weaver</
maintainer >
8
8
9
- <license >Boost Software License </license >
9
+ <license >BSL-1.0 </license >
10
10
<url >https://github.com/tcbrindle/span</url >
11
11
12
12
<buildtool_depend >ament_cmake</buildtool_depend >
You can’t perform that action at this time.
0 commit comments