From 1e9243799ea08e84c1b2a1b283fceb4e9d802458 Mon Sep 17 00:00:00 2001 From: Daniil Dudkin <39276703+unterumarmung@users.noreply.github.com> Date: Mon, 30 Nov 2020 22:37:18 +0400 Subject: [fixed-string] Add library (#14770) * [fixed-string] Add library * [fixed-string] Added new lines to files --- ports/fixed-string/CONTROL | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ports/fixed-string/CONTROL (limited to 'ports/fixed-string/CONTROL') diff --git a/ports/fixed-string/CONTROL b/ports/fixed-string/CONTROL new file mode 100644 index 000000000..935b0ff1d --- /dev/null +++ b/ports/fixed-string/CONTROL @@ -0,0 +1,4 @@ +Source: fixed-string +Version: 0.1.0 +Description: Header-only C++17 library provides a string class with std::array fixed-size semantic. +Homepage: https://github.com/unterumarmung/fixed_string -- cgit v1.2.3