Difference between revisions of "General Purpose Libraries"

From D Wiki
Jump to: navigation, search
(General Purpose Libraries)
(General Purpose Libraries)
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
{{Projects
 
{{Projects
 
  | Projects =
 
  | Projects =
 +
 +
{{Project
 +
| logo = [[File:Hunt-icon-48x48.png|link=https://github.com/huntlabs/hunt]]
 +
| name = '''hunt'''
 +
| about = Containers, event, async io, caching, logging, time, serialization and other core components are included.
 +
| platform = Windows, FreeBSD, macOS, Linux
 +
| license = Apache 2.0
 +
| url = https://github.com/huntlabs/hunt
 +
}}
  
 
{{Project
 
{{Project
Line 11: Line 20:
 
  | url = https://bitbucket.org/denis-sh/unstandard
 
  | url = https://bitbucket.org/denis-sh/unstandard
 
}}
 
}}
 +
 
{{Project
 
{{Project
 
  | name = '''Etcetera'''
 
  | name = '''Etcetera'''
Line 18: Line 28:
 
  | url = https://github.com/nomad-software/etcetera
 
  | url = https://github.com/nomad-software/etcetera
 
}}
 
}}
 
 
 
  
 
{{Project
 
{{Project
Line 29: Line 36:
 
  | license = Boost 1.0
 
  | license = Boost 1.0
 
  | url = https://github.com/gecko0307/dlib
 
  | url = https://github.com/gecko0307/dlib
 +
}}
 +
 +
{{Project
 +
| name = '''openmethods'''
 +
| about = Open (and multi) methods. Virtual functions as free functions. Solves the Expression Problem.
 +
| platform = Platform-independent
 +
| license = Boost 1.0
 +
| url = https://github.com/jll63/openmethods.d
 
}}
 
}}
 
}}
 
}}
  
 
[[Category:Development Library]]
 
[[Category:Development Library]]

Latest revision as of 20:14, 18 July 2020

General Purpose Libraries

Title / InfoDescriptionLicensePlatform
Hunt-icon-48x48.png
Containers, event, async io, caching, logging, time, serialization and other core components are included. Apache 2.0 Windows, FreeBSD, macOS, Linux
Icon dpackage 48.png
General purpose library aimed to be an addition to the D standard library Phobos. Boost 1.0 Platform-independent
Icon dpackage 48.png
A common type and function library for D language programs MIT Platform-independent
Dlib-logo-48x48.png
Linear algebra, geometry, image processing, data streams, filesystem abstraction, XML parsing. Boost 1.0 Windows, POSIX
Icon dpackage 48.png
Open (and multi) methods. Virtual functions as free functions. Solves the Expression Problem. Boost 1.0 Platform-independent