Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 3cc7df1

Browse files
committed
Merge commit 'ebc5714fff05b4904d8a9e2aea179a242c83ccdc' as 'plugins/backend/decsync/libdecsync'
2 parents 50e50e6 + ebc5714 commit 3cc7df1

File tree

11 files changed

+1711
-0
lines changed

11 files changed

+1711
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build/

plugins/backend/decsync/libdecsync/LICENSE.txt

Lines changed: 482 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
libdecsync-vala
2+
===============
3+
4+
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.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
project('libdecsync', ['vala', 'c'])
2+
3+
gee = dependency('gee-0.8')
4+
json_glib = dependency('json-glib-1.0')
5+
6+
subdir('src')

0 commit comments

Comments
 (0)