ya.make 318 B

1234567891011121314151617181920212223242526272829
  1. GO_LIBRARY()
  2. LICENSE(BSD-3-Clause)
  3. SRCS(
  4. binarylog.go
  5. bits.go
  6. envelope.go
  7. int.go
  8. mathutil.go
  9. permute.go
  10. poly.go
  11. primes.go
  12. rat.go
  13. rnd.go
  14. sqr.go
  15. tables.go
  16. test_deps.go
  17. )
  18. GO_TEST_SRCS(
  19. all_test.go
  20. binarylog_test.go
  21. int_test.go
  22. )
  23. END()
  24. #RECURSE(gotest)