bitcoin 0.9.0

General purpose library for using and interoperating with Bitcoin and other cryptocurrencies.
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly

install:
  - git clone https://github.com/bitcoin/secp256k1.git
  - cd secp256k1
  - ./autogen.sh && ./configure && make && sudo make install
  - sudo ldconfig /usr/local/lib