Skip to content

graafv1.1.1

Updated

A general-purpose lightweight C++ graph library

#Usage

graaf is header-only and can be used from CMake via:

find_path(GRAAF_INCLUDE_DIRS "graaflib/graph.h")
target_include_directories(main PRIVATE ${GRAAF_INCLUDE_DIRS})

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Emilian R's avatarEmilian R

#Changelog

  • b99f691[graaf] new port (#44004)