Skip to content

Commit

Permalink
update targets-data.json
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Nov 1, 2023
1 parent fe378b8 commit 385fc30
Showing 1 changed file with 44 additions and 18 deletions.
62 changes: 44 additions & 18 deletions src/main/resources/conan/targets-data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"date": 1698711348,
"date": 1698797801,
"libraries": {
"7bitconf": {
"cmake_file_name": "7bitConf",
Expand Down Expand Up @@ -2881,6 +2881,7 @@
],
"v2": true,
"versions": [
"1.2.3",
"1.2.2"
]
},
Expand All @@ -2891,6 +2892,7 @@
],
"v2": true,
"versions": [
"2.4.1",
"2.4.0",
"2.3.0",
"2.2.4",
Expand Down Expand Up @@ -4307,8 +4309,9 @@
"license": [
"MIT"
],
"v2": false,
"v2": true,
"versions": [
"0.53.0",
"0.51.0"
]
},
Expand Down Expand Up @@ -4692,6 +4695,7 @@
],
"v2": true,
"versions": [
"1.9.0",
"1.8.7",
"1.8.6",
"1.8.5",
Expand Down Expand Up @@ -4744,6 +4748,7 @@
],
"v2": true,
"versions": [
"0.9.0",
"0.8.1",
"0.8.0",
"0.7.1",
Expand All @@ -4764,6 +4769,18 @@
"2.5.0"
]
},
"dylib": {
"cmake_file_name": "dylib",
"cmake_target_name": "dylib::dylib",
"description": "C++ cross-platform wrapper around dynamic loading of shared libraries (dll, so, dylib)",
"license": [
"MIT"
],
"v2": true,
"versions": [
"2.2.1"
]
},
"eabase": {
"cmake_file_name": "EABase",
"cmake_target_name": "EABase::EABase",
Expand Down Expand Up @@ -5001,10 +5018,13 @@
"elfutils": {
"description": "A dwarf, dwfl and dwelf functions to read DWARF, find separate debuginfo, symbols and inspect process state.",
"license": [
""
"GPL-1.0-or-later",
"LGPL-3.0-or-later",
"GPL-2.0-or-later"
],
"v2": false,
"v2": true,
"versions": [
"0.189",
"0.186",
"0.180"
]
Expand Down Expand Up @@ -7795,6 +7815,17 @@
"1.7.0"
]
},
"hwdata": {
"description": "hwdata contains various hardware identification and configuration data, such as the pci.ids and usb.ids databases",
"license": [
"GPL-2.0-or-later",
"XFree86-1.1"
],
"v2": true,
"versions": [
"0.374"
]
},
"hwloc": {
"description": "Portable Hardware Locality (hwloc)",
"license": [
Expand Down Expand Up @@ -17145,6 +17176,7 @@
],
"v2": true,
"versions": [
"2.2.0",
"2.1.1",
"2.0.0",
"1.10.4",
Expand Down Expand Up @@ -18411,6 +18443,7 @@
],
"v2": true,
"versions": [
"3.6.0",
"3.5.0",
"3.3.0",
"3.2.3",
Expand All @@ -18430,17 +18463,15 @@
],
"v2": true,
"versions": [
"4.0.3",
"3.2.17",
"3.2.15",
"3.2.14",
"3.2.2",
"3.2.0",
"3.1.0",
"3.0.0",
"2.2.0",
"2.1.0",
"2.0.9",
"1.0.1"
"2.2.0"
]
},
"simple-websocket-server": {
Expand Down Expand Up @@ -19649,13 +19680,14 @@
]
},
"tcsbank-uri-template": {
"cmake_file_name": "uri-template",
"cmake_target_name": "uri-template::uri-template",
"description": "URI Templates expansion and reverse-matching for C++",
"license": [
"Apache-2.0"
],
"v2": false,
"v2": true,
"versions": [
"1.1.3",
"1.1.4",
"1.2.1"
]
Expand Down Expand Up @@ -22024,16 +22056,10 @@
],
"v2": true,
"versions": [
"0.24.7",
"0.24.6",
"0.24.3",
"0.24.2",
"0.24.0",
"0.23.10",
"0.23.9",
"0.21.5",
"0.21.4",
"0.21.3",
"0.21.2"
"0.21.5"
]
},
"xtl": {
Expand Down

0 comments on commit 385fc30

Please sign in to comment.