cyocum / ocaml_time_api

A very small demonstration service using OCaml and Opium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OCaml Time API Service

This is a very small service which uses the OCaml Unix Time API and Opium Web Toolkit to translate Epoch time into a small subset of the tm data structure which is returned as JSON.

This is intended as a demonstration project.

Compiling

This uses the Dune build system for OCaml. To build this, you will need to have Opium installed via Opam then:

dune build src/main.exe

About

A very small demonstration service using OCaml and Opium


Languages

Language:OCaml 100.0%