-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwsjcpp.yml
More file actions
34 lines (29 loc) · 855 Bytes
/
wsjcpp.yml
File metadata and controls
34 lines (29 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: "wsjcpp-sql-builder"
version: v0.2.0
cmake_minimum_required: "3.0"
cmake_cxx_standard: "17"
description: "C++ Class-helper for build SQL queries"
authors:
- name: "Evgenii Sopov"
email: "mrseakg@gmail.com"
origins:
- address: "https://sea5kg.ru/wsjcpp-package-registry/"
type: "package-registry"
keywords:
- "c++"
- "sql"
- "builder"
dependencies:
- name: "wsjcpp-core"
version: "v0.2.3"
url: "https://github.com/wsjcpp/wsjcpp-core:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_core"
installation-datetime: "Sun, 10 Aug 2025 08:44:32 GMT"
distribution:
- source-file: "src/wsjcpp_sql_builder.h"
target-file: "wsjcpp_sql_builder.h"
type: "source-code"
- source-file: "src/wsjcpp_sql_builder.cpp"
target-file: "wsjcpp_sql_builder.cpp"
type: "source-code"