https://github.com/panglesd/ocaml-tauri
OCaml bindings to the Tauri js API v1
https://github.com/panglesd/ocaml-tauri
Last synced: 3 months ago
JSON representation
OCaml bindings to the Tauri js API v1
- Host: GitHub
- URL: https://github.com/panglesd/ocaml-tauri
- Owner: panglesd
- Created: 2024-02-26T07:46:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-26T07:47:15.000Z (about 1 year ago)
- Last Synced: 2025-01-30T01:51:07.232Z (4 months ago)
- Language: OCaml
- Size: 36.1 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tauri API bindings to OCaml
See [Tauri](https://tauri.app).
WIP, mostly the [fs](https://tauri.app/v1/api/js/fs/) and [dialog](https://tauri.app/v1/api/js/dialog/) modules are implemented.
The bindings are currently for the v1 API.