Re: LDC for iOS prebuilt binaries

2015-07-10 Thread Rishub Nagpal via Digitalmars-d-announce
On Thursday, 9 July 2015 at 06:32:28 UTC, Dan Olson wrote: I've made a set of binaries and universal libs for the LDC iOS cross-compiler. It is based on LDC 0.15.1 (2.066) and LLVM 3.5.1. https://github.com/smolt/ldc-iphone-dev/releases/tag/ios-0.15.1-150708 Only 32-bit devices currently;

FoundationDB D Bindings

2014-09-22 Thread Rishub Nagpal via Digitalmars-d-announce
FoundationDB is a modern NoSQL database which utilizes a key value store model and purely ACID transactions. https://foundationdb.com/ I've made D bindings available here: https://github.com/shrub77/DerelictFDB