Skip to content

zelix-lang/STL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZelixSTL

ZelixSTL is a C++ library that implements optimized STL-like containers. It was designed to be used with C++20 and later, and it is the main library used in the Zelix Programming Language.

Installing

Use CMake:

include(FetchContent)

FetchContent_Declare(
        zelix_stl
        GIT_REPOSITORY https://github.com/zelix-lang/STL.git
        GIT_TAG        master
)

FetchContent_MakeAvailable(zelix_stl)
target_link_libraries(Project PRIVATE zelix::stl)

License

ZelixSTL is licensed under the GNU General Public License v3.0 (GPL-3.0). You can find the full license text in the LICENSE file in the root directory of this repository.

About

STL-Like containers for the Zelix Programming Language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published