opam-version: "2.0" synopsis: "OCaml bindings to AppKit and other gui frameworks" description: "OCaml bindings to AppKit and other gui frameworks" maintainer: ["Boris D. "] authors: ["Boris D. "] license: "ISC" tags: ["objc" "bindings" "cocoa" "macos" "gnustep"] homepage: "https://github.com/dboris/camlkit" bug-reports: "https://github.com/dboris/camlkit/issues" depends: [ "dune" {>= "3.13"} "camlkit-base" {= version} "odoc" {with-doc} "conf-gnustep-gui" {os != "macos"} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc} ] ] build-env: [ [CC = "clang"] ] dev-repo: "git+https://github.com/dboris/camlkit.git" url { src: "https://github.com/dboris/camlkit/archive/refs/tags/v0.3.0.tar.gz" checksum: "sha256=15a105781e7a3a168587941733b08a61c576243a40e3a47dd9af29065e0affa2" }