dtl
Version:
A diff template library binding for node.js
35 lines (19 loc) • 778 B
Markdown
DTL
===
What is dtl?
------------
dtl is a diff template library written in C++.
Copyright(C) 2013 Tatsuhiko Kubo <<cubicdaiya@gmail.com>>
dtl can compare two sequences with arbitrary type, however the sequences must support the random access iterator.
Please read the document at the following URL for details:
<http://code.google.com/p/dtl-cpp/>
License
-------
Please read the file COPYING or the document at the following URL concerning the license for dtl:
<http://code.google.com/p/dtl-cpp/source/browse/COPYING>
How to use dtl
--------------
To start using this library, all you need to do is include dtl.hpp.
#include "dtl/dtl.hpp"
If you are interested in the details, please visit the following URL:
<http://code.google.com/p/dtl-cpp/wiki/Tutorial>