package stk_iconv
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Bindings to GNU libiconv
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      ocaml-stk-0.1.0.tar.bz2
    
    
        
    
  
  
  
    
  
  
    
  
        md5=c334ffabde8b710f1eba6699db0f601a
    
    
  sha512=7978e3f10bc196ee6177ded9ae0313a5ba65e1a74e501fbecbe5ebc216ca6ee7117deaff5bc4c414083a4a55851a81e5dedaa8d0a880ad72689b3f56f3b064f5
    
    
  doc/README.html
OCaml-stk -- SDL-based GUI Toolkit for OCaml
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_iconvCurrent 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
           sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page