Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pocketberserker/diff.match.patch
https://github.com/pocketberserker/diff.match.patch
diff fsharp
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pocketberserker/diff.match.patch
- Owner: pocketberserker
- License: mit
- Created: 2016-05-25T20:38:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-06T04:23:22.000Z (almost 3 years ago)
- Last Synced: 2024-11-30T14:46:34.767Z (2 months ago)
- Topics: diff, fsharp
- Language: F#
- Size: 167 KB
- Stars: 25
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Diff.Match.Patch for FSharp
[![NuGet Status](http://img.shields.io/nuget/v/Diff.Match.Patch.svg?style=flat)](https://www.nuget.org/packages/Diff.Match.Patch/)
This project is a port of google-diff-match-patch.
# Copyright and License
The original Google Diff, Match and Patch Library is licensed under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).
The full terms of that license are included here in the `APACHE-LICENSE-2.0` file.Diff, Match and Patch Library
Written by Neil Fraser
Copyright (c) 2006 Google Inc.
This F# version of Diff, Match and Patch Library is licensed under
the [MIT License](http://www.opensource.org/licenses/MIT) which is included here in the `LICENSE` file.