File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 66
77The 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+
923Two 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
2939https://github.com/cedlemo/OCaml-GObject-Introspection/wiki#introduction
You can’t perform that action at this time.
0 commit comments