From 4d8aac37bdf4bfb20900069988281ff2ea83b6e9 Mon Sep 17 00:00:00 2001 From: Jacob Carlborg Date: Wed, 17 Apr 2019 20:18:14 +0200 Subject: [PATCH] Flesh out the description of DStep --- README.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 4f468309..4877137b 100644 --- a/README.markdown +++ b/README.markdown @@ -1,6 +1,9 @@ # DStep -DStep is a tool for translating C and Objective-C headers to D modules. +DStep is a tool for automatically generating D bindings for C and Objective-C +libraries. This is implemented by processing C or Objective-C header files and +output D modules. DStep uses the Clang compiler as a library (libclang) to +process the header files. ## Download