diff options
author | Mike Gerwitz <mike.gerwitz@ryansg.com> | 2019-11-14 16:43:07 -0500 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@ryansg.com> | 2019-11-18 14:05:47 -0500 |
commit | fd1a5837ba2a9107ae06eb596b735e5cb9839c76 (patch) | |
tree | f477423c1ef66b9b21c3789948dff407675cd8c4 /tamer/README.md | |
parent | d9ecbd4e2c8c1b005c78123dd8127439e2c05749 (diff) | |
download | tame-fd1a5837ba2a9107ae06eb596b735e5cb9839c76.tar.gz tame-fd1a5837ba2a9107ae06eb596b735e5cb9839c76.tar.bz2 tame-fd1a5837ba2a9107ae06eb596b735e5cb9839c76.zip |
TAMER: Initial commit
Diffstat (limited to 'tamer/README.md')
-rw-r--r-- | tamer/README.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tamer/README.md b/tamer/README.md new file mode 100644 index 0000000..686f2ff --- /dev/null +++ b/tamer/README.md @@ -0,0 +1,26 @@ +<!--- + Copyright (C) 2014-2019 Ryan Specialty Group, LLC. + + Permission is granted to copy, distribute and/or modify this + document under the terms of the GNU Free Documentation License, + Version 1.3 or any later version published by the Free Software + Foundation; with no Invariant Sections, no Front-Cover Texts, and no + Back-Cover Texts. A copy of the license is included the file + COPYING.FDL. +--> +TAME in Rust (TAMER) +==================== +TAME was written to help tame the complexity of developing comparative +insurance rating systems. This project aims to tame the complexity and +performance issues of TAME itself. TAMER is therefore more tame than TAME. + +TAME was originally written in XSLT. For more information about the +project, see the [parent `README.md`](../README.md). + + +## Building +To bootstrap from the source repository, run `./bootstrap`. + +To configure the build for your system, run `./configure`. To build, run +`make`. To run tests, run `make check`. + |