* configuration tangles ** TODO version.txt: set version :version: #+BEGIN_SRC d :tangle ../views/version.txt /+ obt - org generated file +/ struct Version { int major; int minor; int patch; } enum ver = Version(1, 0, 0); #+END_SRC ** dub *** dub.json :dub:description: #+BEGIN_SRC json :tangle ../dub.json { "name": "sdp", "targetType": "executable", "targetName": "sdp", "targetPath": "bin", "description": "sisu document parser.", "authors": ["Ralph Amissah"], "homepage": "http://sisudoc.org", "license": "GPL-3.0", "add-path": "./src/sdp", "dependencies": { } } #+END_SRC