= DStep = ''The bridge part of this project has been superseded by a language extension project made by Michel Fortin: [http://michelf.com/projects/d-objc/ D/Objective-C][[BR]] The tool part of this project has been superseded by a new implementation: [https://github.com/jacob-carlborg/dstep DStep]'' DStep is a D <-> Objective-C (objc) bridge. The primary goal of DStep is to be able to build applications on Mac OS X using D and Cocoa. The secondary goal is to be able use most of the system libraries on Mac OS X (and other Objective-C libraries) with D. DStep consists of three parts: the bridge, bindings to be used with the bridge and three scripts to generate those bindings. The ideas of this project and the API of the bridge is based on the [http://michelf.com/projects/d-objc-bridge/ D/Objective-C bridge by Michel Fortin]. == The three parts of the bridge == * [wiki:ObjcBridge The bridge] * [wiki:DStepBindings The bindings] * [wiki:DStepScripts The scripts] == License == [wiki:DstepGen dstepgen.rb]:: [http://www.opensource.org/licenses/bsd-license.php Revised BSD license] also known as three clause BSD license. All other parts of DStep are licensed under the [http://www.boost.org/LICENSE_1_0.txt Boost Software License]