From 20cbbd6967bcfbe1cd56797a3e1239d2faf00730 Mon Sep 17 00:00:00 2001 From: Evgenii Sopov Date: Fri, 10 Apr 2020 20:06:48 +0700 Subject: [PATCH 1/2] Added wsjcpp.yml: C++ Source Package Manager --- wsjcpp.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 wsjcpp.yml diff --git a/wsjcpp.yml b/wsjcpp.yml new file mode 100644 index 00000000..9cc0f706 --- /dev/null +++ b/wsjcpp.yml @@ -0,0 +1,25 @@ +wsjcpp_version: "v0.1.1" +cmake_minimum_required: "3.0" +cmake_cxx_standard: "11" +name: "HowardHinnant/date" +version: "v2.4.1" +description: "DateTime Utils" +issues: "https://github.com/HowardHinnant/date/issues" +keywords: + - "c++" + - "date-utils" + +repositories: + - type: main + url: "https://github.com/HowardHinnant/date" + - type: fork + url: "https://github.com/wsjcpp/HowardHinnant_date" + +authors: + - name: "Howard Hinnant" + email: "?" + +distribution: + - source-file: "include/date/date.h" + target-file: "date.h" + type: "source-code" \ No newline at end of file From 44babc140203d278b2ba8d700a2fc820eac688b0 Mon Sep 17 00:00:00 2001 From: Evgenii Sopov Date: Mon, 2 Mar 2026 01:14:27 +0700 Subject: [PATCH 2/2] Update wsjcpp.yml --- wsjcpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wsjcpp.yml b/wsjcpp.yml index 9cc0f706..562ea8b7 100644 --- a/wsjcpp.yml +++ b/wsjcpp.yml @@ -2,7 +2,7 @@ wsjcpp_version: "v0.1.1" cmake_minimum_required: "3.0" cmake_cxx_standard: "11" name: "HowardHinnant/date" -version: "v2.4.1" +version: "v3.0.4" description: "DateTime Utils" issues: "https://github.com/HowardHinnant/date/issues" keywords: @@ -22,4 +22,4 @@ authors: distribution: - source-file: "include/date/date.h" target-file: "date.h" - type: "source-code" \ No newline at end of file + type: "source-code"