package stk_iconv

  1. Overview
  2. Docs
Bindings to GNU libiconv

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-stk-0.1.0.tar.bz2
md5=c334ffabde8b710f1eba6699db0f601a
sha512=7978e3f10bc196ee6177ded9ae0313a5ba65e1a74e501fbecbe5ebc216ca6ee7117deaff5bc4c414083a4a55851a81e5dedaa8d0a880ad72689b3f56f3b064f5

Description

Published: 22 Mar 2023

README

OCaml-stk -- SDL-based GUI Toolkit for OCaml

🌐 OCaml-stk homepage

OCaml-stk is a Graphical User Interfce toolkit for OCaml based on libSDL 2, through the Tsdl bindings.

Lwt is used to provide pseudo-parallelism in event handling.

Stk is still in development but already provides various widgets.

The Stk_iconv library provides bindings to GNU libiconv, to convert strings to and from UTF-8, which is the format of strings in OCaml-stk.

Installation

The stk and stk_iconv packages are installable with opam:

opam install stk stk_iconv

Current state of OCaml-stk can be installed with:

$ opam pin add stk git@framagit.org:zoggy/ocaml-stk.git
$ opam pin add stk_iconv git@framagit.org:zoggy/ocaml-stk.git

Dependencies (4)

  1. logs >= "0.7.0"
  2. ctypes-foreign >= "0.18.0"
  3. ctypes >= "0.20.1"
  4. dune >= "2.9"

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. chamo >= "4.0"

Conflicts

None