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 Oct 20, 2023
1 parent 2848e0d commit c03178e
Showing 1 changed file with 47 additions and 2 deletions.
49 changes: 47 additions & 2 deletions src/main/resources/conan/targets-data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"date": 1697674522,
"date": 1697760924,
"libraries": {
"7bitconf": {
"cmake_file_name": "7bitConf",
Expand Down Expand Up @@ -35,6 +35,7 @@
],
"v2": true,
"versions": [
"23.01",
"22.01",
"19.00"
]
Expand Down Expand Up @@ -3336,6 +3337,7 @@
],
"v2": true,
"versions": [
"1.0.4.0",
"1.0.3.0",
"1.0.0.0",
"cci.20201029"
Expand Down Expand Up @@ -5186,6 +5188,7 @@
],
"v2": true,
"versions": [
"20.38.4",
"20.38.3",
"20.38.0",
"20.37.3",
Expand Down Expand Up @@ -6583,6 +6586,7 @@
],
"v2": true,
"versions": [
"1.5.3",
"1.5.2",
"1.5.1",
"1.5.0",
Expand Down Expand Up @@ -7106,6 +7110,7 @@
],
"v2": true,
"versions": [
"2.8.129",
"2.8.117",
"2.8.116",
"2.8.115",
Expand Down Expand Up @@ -7378,6 +7383,7 @@
],
"v2": true,
"versions": [
"8.2.2",
"8.2.1",
"8.1.1",
"8.0.1",
Expand Down Expand Up @@ -8143,6 +8149,16 @@
"4.2.0"
]
},
"iowow": {
"description": "A C utility library and persistent key/value storage engine.",
"license": [
"MIT"
],
"v2": true,
"versions": [
"1.4.16"
]
},
"iqa": {
"description": "Image Quality Analysis Library",
"license": [
Expand Down Expand Up @@ -11893,6 +11909,7 @@
],
"v2": true,
"versions": [
"2.5.3",
"2.5.1"
]
},
Expand Down Expand Up @@ -12949,6 +12966,16 @@
"cci.20230303"
]
},
"mm_file": {
"description": "A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.",
"license": [
"MIT"
],
"v2": true,
"versions": [
"1.0.0"
]
},
"modern-cpp-kafka": {
"cmake_file_name": "ModernCppKafka",
"cmake_target_name": "ModernCppKafka::ModernCppKafka",
Expand Down Expand Up @@ -13679,12 +13706,13 @@
]
},
"nghttp3": {
"description": "HTTP/2 C Library and tools",
"description": "HTTP/3 library written in C",
"license": [
"MIT"
],
"v2": true,
"versions": [
"1.0.0",
"0.15.0"
]
},
Expand Down Expand Up @@ -13959,6 +13987,7 @@
],
"v2": true,
"versions": [
"2.12.1",
"2.12.0",
"2.11.0",
"2.10.1",
Expand Down Expand Up @@ -14873,6 +14902,7 @@
],
"v2": true,
"versions": [
"21.0.1",
"19.0.2",
"16.0.1"
]
Expand Down Expand Up @@ -15588,6 +15618,7 @@
],
"v2": true,
"versions": [
"4.6.1",
"4.5.12"
]
},
Expand Down Expand Up @@ -16973,6 +17004,7 @@
],
"v2": true,
"versions": [
"2.1.1",
"2.0.0",
"1.10.4",
"cci.20210513"
Expand Down Expand Up @@ -17687,6 +17719,7 @@
],
"v2": true,
"versions": [
"0.7.0",
"0.6.0",
"0.3.0",
"0.2.0"
Expand Down Expand Up @@ -20115,6 +20148,7 @@
],
"v2": true,
"versions": [
"0.10",
"0.9.1",
"0.9",
"0.8.2.1",
Expand Down Expand Up @@ -20153,6 +20187,16 @@
"1.5.5"
]
},
"tre": {
"description": "TRE is a lightweight, robust, and efficient POSIX-compliant regexp matching library with some exciting features such as approximate (fuzzy) matching.",
"license": [
"BSD-2-Clause"
],
"v2": true,
"versions": [
"cci.20230717"
]
},
"tree-sitter": {
"description": "Tree-sitter is a parser generator tool and an incremental parsing library. It can build a concrete syntax tree for a source file and efficiently update the syntax tree as the source file is edited.",
"license": [
Expand Down Expand Up @@ -21494,6 +21538,7 @@
],
"v2": true,
"versions": [
"4.10.1",
"4.10.0",
"4.9.1",
"4.8.0",
Expand Down

0 comments on commit c03178e

Please sign in to comment.