Difference between revisions of "Community:Open Source Projects"

From D Wiki
Jump to: navigation, search
(Created page with "test")
 
 
(9 intermediate revisions by 6 users not shown)
Line 1: Line 1:
test
+
'''Obsolete''' see [[Open Source Projects]]
 +
{| class="wikitable sortable" style="width:100%"
 +
! Name !! Description !! Platform !! License !! Url
 +
|+ Documentation Generators
 +
|-
 +
| DDox || DDox is an alternative documentation generator for programs written in D. It aims to be fully compatible with Ddoc, and brings many additional features.  || Cross-platform || MIT || https://github.com/rejectedsoftware/ddox
 +
|-
 +
| Harbored || Documentation generator for D compatible with DDoc. || Cross-platform || Boost || https://github.com/economicmodeling/harbored
 +
|-
 +
| Harbored-mod || Documentation generator for D, forked from Harbored, compatible with DDoc and accepting a subset of Markdown. || Cross-platform || Boost || https://github.com/dlang-community/harbored-mod
 +
|-
 +
| CanDyDoc || CanDyDOC is fileset for creating advanced documentation of programs written in D programming language. || Windows/POSIX || Public Domain || https://github.com/eldar/candydoc
 +
|-
 +
| bootDoc || DDoc theme using Bootstrap for styling. || Windows/POSIX || MIT || https://github.com/JakobOvrum/bootDoc
 +
|-
 +
| Doxygen || Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D. || Windows/POSIX || GNU GPL || http://www.stack.nl/~dimitri/doxygen/
 +
|-
 +
|}
 +
 
 +
 
 +
{| class="wikitable sortable" style="width:100%"
 +
! Name !! Description !! Platform !! License !! Url
 +
|+ Serialization
 +
|-
 +
| Orange || Orange is a serialization library for the D programming language. It supports D1/Tango and D2/Phobos. ||  Windows/POSIX || Boost 1.0 || https://github.com/jacob-carlborg/orange
 +
|-
 +
|}
 +
 
 +
 
 +
{| class="wikitable sortable" style="width:100%"
 +
! Name !! Description !! Platform !! License !! Url
 +
|+ Scripting D applications
 +
|-
 +
| LuaD || Lua for the D Programming Language ||  Windows/POSIX || MIT || https://github.com/JakobOvrum/LuaD
 +
|-
 +
|}
 +
 
 +
 
 +
{| class="wikitable sortable" style="width:100%"
 +
! Name !! Description !! Platform !! License !! Url
 +
|+ Debugging/Troubleshooting
 +
|-
 +
| DustMite || DustMite, is a D source code minimization tool. It's helpful in finding toolchain problems. ||  Windows/POSIX || Public Domain || https://github.com/CyberShadow/DustMite
 +
|-
 +
|}

Latest revision as of 07:53, 11 April 2018

Obsolete see Open Source Projects

Name Description Platform License Url
Documentation Generators
DDox DDox is an alternative documentation generator for programs written in D. It aims to be fully compatible with Ddoc, and brings many additional features. Cross-platform MIT https://github.com/rejectedsoftware/ddox
Harbored Documentation generator for D compatible with DDoc. Cross-platform Boost https://github.com/economicmodeling/harbored
Harbored-mod Documentation generator for D, forked from Harbored, compatible with DDoc and accepting a subset of Markdown. Cross-platform Boost https://github.com/dlang-community/harbored-mod
CanDyDoc CanDyDOC is fileset for creating advanced documentation of programs written in D programming language. Windows/POSIX Public Domain https://github.com/eldar/candydoc
bootDoc DDoc theme using Bootstrap for styling. Windows/POSIX MIT https://github.com/JakobOvrum/bootDoc
Doxygen Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D. Windows/POSIX GNU GPL http://www.stack.nl/~dimitri/doxygen/


Name Description Platform License Url
Serialization
Orange Orange is a serialization library for the D programming language. It supports D1/Tango and D2/Phobos. Windows/POSIX Boost 1.0 https://github.com/jacob-carlborg/orange


Name Description Platform License Url
Scripting D applications
LuaD Lua for the D Programming Language Windows/POSIX MIT https://github.com/JakobOvrum/LuaD


Name Description Platform License Url
Debugging/Troubleshooting
DustMite DustMite, is a D source code minimization tool. It's helpful in finding toolchain problems. Windows/POSIX Public Domain https://github.com/CyberShadow/DustMite