This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit 'ebc5714fff05b4904d8a9e2aea179a242c83ccdc' as 'plugins/b…
…ackend/decsync/libdecsync'
- Loading branch information
Showing
11 changed files
with
1,711 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
build/ |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
libdecsync-vala | ||
=============== | ||
|
||
libdecsync-vala is a Vala library for synchronizing using [DecSync](https://github.com/39aldo39/DecSync). See the [source code](src/Decsync.vala) for documentation on how to use it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
project('libdecsync', ['vala', 'c']) | ||
|
||
gee = dependency('gee-0.8') | ||
json_glib = dependency('json-glib-1.0') | ||
|
||
subdir('src') |
Oops, something went wrong.