https://github.com/fenderglass/Ragout
Revision e524a697defe5dbd05e9b8962fad2696869ad1eb authored by Mikhail Kolmogorov on 18 June 2015, 19:46:32 UTC, committed by Mikhail Kolmogorov on 18 June 2015, 19:46:32 UTC
1 parent 1f57e6f
Raw File
Tip revision: e524a697defe5dbd05e9b8962fad2696869ad1eb authored by Mikhail Kolmogorov on 18 June 2015, 19:46:32 UTC
turning of renumeration of unique repeats
Tip revision: e524a69
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top