Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elzibus/ocaml-code-snippets
Short OCaml code snippets
https://github.com/elzibus/ocaml-code-snippets
ocaml
Last synced: 20 days ago
JSON representation
Short OCaml code snippets
- Host: GitHub
- URL: https://github.com/elzibus/ocaml-code-snippets
- Owner: elzibus
- License: unlicense
- Created: 2024-04-24T11:36:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-24T12:26:31.000Z (10 months ago)
- Last Synced: 2025-01-21T23:48:12.786Z (20 days ago)
- Topics: ocaml
- Language: OCaml
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OCaml-code-snippets
Short OCaml code snippets## Yojson example
Simple program to write json to a file and read it back.
Can be run from the command line with:
> ocaml yojson_example.ml
Uses package [Yojson](https://opam.ocaml.org/packages/yojson/)