init
This commit is contained in:
commit
e2396bc172
7 changed files with 239 additions and 0 deletions
31
README.md
Normal file
31
README.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
# xdiff
|
||||
|
||||
Low-level wrapper over the C API [LibXDiff](http://www.xmailserver.org/xdiff-lib.html) for D. All values are taken from uapi `<xdiff.h>`.
|
||||
|
||||
## Installation
|
||||
|
||||
Add to `dub.json`:
|
||||
|
||||
```json
|
||||
{
|
||||
"dependencies": {
|
||||
"xdiff": "~>0.1.0"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Or to `dub.sdl`:
|
||||
|
||||
```
|
||||
dependency "xdiff" version="~>0.1.0"
|
||||
```
|
||||
|
||||
Run `dub build`.
|
||||
|
||||
## Usage
|
||||
|
||||
Import the module: `import xdiff;`
|
||||
|
||||
## License
|
||||
|
||||
Boost Software License 1.0. See [LICENSE](LICENSE).
|
Loading…
Add table
Add a link
Reference in a new issue