Difference between revisions of "General Purpose Libraries"

From D Wiki
Jump to: navigation, search
(Created page with "== General Purpose Libraries == {{Projects | Projects = {{Project | name = '''Unstandard''' | about = General purpose library aimed to be an addition to the D standard li...")
 
(General Purpose Libraries)
 
(4 intermediate revisions by 3 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 10: Line 19:
 
  | license = Boost 1.0
 
  | license = Boost 1.0
 
  | url = https://bitbucket.org/denis-sh/unstandard
 
  | url = https://bitbucket.org/denis-sh/unstandard
 +
}}
 +
 +
{{Project
 +
| name = '''Etcetera'''
 +
| about = A common type and function library for D language programs
 +
| platform = Platform-independent
 +
| license = MIT
 +
| url = https://github.com/nomad-software/etcetera
 
}}
 
}}
  
Line 19: 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