Skip to content

Commit a1f439e

Browse files
committed
Readme: Add installation instructions
1 parent 07c254f commit a1f439e

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@
66

77
The OCaml bindings to the [GObject-Introspection](https://gi.readthedocs.io/en/latest/index.html) library based on Ctypes.
88

9+
## Installation
10+
11+
the package gobject-introspection is now published and available in the opam-repository:
12+
13+
```
14+
opam install gobject-introspection
15+
```
16+
17+
## API:
18+
19+
https://cedlemo.github.io/OCaml-GObject-Introspection/
20+
21+
## Usage
22+
923
Two ideas to explore:
1024

1125
- Create a generic Ctypes bindings generator, based on ocaml-gobject-introspection,
@@ -20,10 +34,6 @@ Two ideas to explore:
2034
- https://github.com/glennsl/bucklescript-ffi-cheatsheet
2135
- https://github.com/Place1/node-gir
2236

23-
## API:
24-
25-
https://cedlemo.github.io/OCaml-GObject-Introspection/
26-
2737
## Wiki :
2838

2939
https://github.com/cedlemo/OCaml-GObject-Introspection/wiki#introduction

0 commit comments

Comments
 (0)