Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
vala-extra-vapis
Commits
2031a85c
Commit
2031a85c
authored
Apr 16, 2018
by
Al Thomas
Committed by
Rico Tzschichholz
Sep 17, 2018
Browse files
Change README to Markdown format and update Upstream Guide link
parent
df89bed4
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
→
README
.md
View file @
2031a85c
...
...
@@ -2,15 +2,16 @@ This repository provides Vala bindings to various libraries which do
not provide their own bindings, and for which valac does not provide
bindings.
==
Rationale
==
##
Rationale
In most cases it is preferable for libraries to ship their own
bindings (some of the reasons why, as well as information on how to do
so, are at http://live.gnome.org/Vala/UpstreamGuide). Some libraries,
however, are unable or unwilling to do so. Other bindings are
distributed with valac, but generally that is reserved for relatively
popular libraries with well structured VAPIs and have a fairly strong
aversion to breaking backwards compatibility.
so, are at Vala Binding's
[
Upstream Guide
](
https://wiki.gnome.org/Projects/Vala/UpstreamGuide
)
.
Some libraries, however, are unable or unwilling to do so. Other
bindings are distributed with valac, but generally that is reserved
for relatively popular libraries with well structured VAPIs and have
a fairly strong aversion to breaking backwards compatibility.
Bindings included in this repository are meant to be copied into your
project or used as a git submodule or subtree, and are
*not*
intended
...
...
@@ -28,7 +29,7 @@ bindings, preserving backwards compatibility, testing, etc. With that
in mind, this repository provides a good stable, central location for
bindings.
==
Usage
==
##
Usage
Because the bindings shipped in this repository provide no
backwards-compatibility promises, it is designed to be used as a git
...
...
@@ -36,7 +37,7 @@ submodule. If that is not acceptable (for example, if you don't use
git), it is recommended you simply copy the bindings you need into
your source tree.
==
Submitting Bindings For Inclusion
==
##
Submitting Bindings For Inclusion
If you have bindings which you would like to see housed in this
repository, simply submit a bug to the "Bindings: Extra" component in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment