Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 631 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 631 Bytes

Go CDA Tools

This is a ruby gem for importing and exporting CDA documents (beginning with QRDA Category 1) using Golang XML handling through Ruby FFI. Until cross-compiled libraries are included in this repository, usage requires that Golang 1.5 or later be installed locally.

For local testing, run make dependencies to install the various dependencies followed make in the ext directory.

If this gem is added and installed as a dependency elsewhere, the Golang shared objects will be compiled based on extconf.rb and the Makefile in the ext directory.