this repo has no description
1opam-version: "2.0" 2maintainer: "Cédric Le Moigne <cedlemo@gmx.com>" 3authors: "Cédric Le Moigne <cedlemo@gmx.com>" 4homepage: "https://github.com/cedlemo/OCaml-GObject-Introspection" 5bug-reports: "https://github.com/cedlemo/OCaml-GObject-Introspection/issues" 6license: "GPL-3.0-only" 7dev-repo: "git+https://github.com/cedlemo/OCaml-GObject-Introspection.git" 8synopsis: "OCaml bindings for the GObject-Introspection library (https://gi.readthedocs.io/en/latest/)" 9description: "This library provides bindings based on Ctypes for the libgirepository API (see https://developer.gnome.org/gi/stable/)" 10build: [ 11 ["dune" "build" "-p" name "-j" jobs] 12 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 13] 14depends: [ 15 "ocaml" 16 "dune" {>= "1.2"} 17 "ctypes" 18 "ctypes-foreign" 19 "ounit" 20 "base" 21 "stdio" 22 "configurator" 23 "conf-pkg-config" {build} 24 "conf-gobject-introspection" {build} 25 "conf-glib-2" {build} 26 "conf-gtk3" {build} 27] 28url { 29 src: 30 "https://github.com/cedlemo/OCaml-GObject-Introspection/archive/0.2.tar.gz" 31 checksum: [ 32 "md5=35761efc459125e899ac653eb179999f" 33 "sha512=dec3f04c08744ddcb6d5194f97026d6b90edb03d582fb1e11767e73c9cbd71e3134d69f12426e485706b15a111037a3b096abc722da62b1dcee8d99d775c0863" 34 ] 35}