trexio/ocaml/trexio
Evgeny Posenitskiy 5cb0894cb2
Introduce test for version
2023-10-27 13:07:48 +02:00
..
lib Introduced OCaml interface 2022-07-01 10:34:09 +02:00
src Introduced OCaml interface 2022-07-01 10:34:09 +02:00
.ocamlinit Introduced OCaml interface 2022-07-01 10:34:09 +02:00
Makefile Changeed version to 2.4.2 in OCaml, Rust Python and CMake. Added version_memo.txt to remember changes ;-) 2023-10-25 11:29:58 +02:00
README.md Introduced OCaml interface 2022-07-01 10:34:09 +02:00
compile-lib.sh Documentation (citation) 2023-09-15 16:28:35 +02:00
dune-project Introduce test for version 2023-10-27 13:07:48 +02:00
read_json.py Scalars OK 2023-10-11 22:18:06 +02:00
trexio.opam Changeed version to 2.4.2 in OCaml, Rust Python and CMake. Added version_memo.txt to remember changes ;-) 2023-10-25 11:29:58 +02:00

README.md

TREXIO OCaml interface

Building the source code

The hand-written source files are located in the src directory. These files contain the pieces of code that cant be generated automatically. The source code distributed in the OPAM package is generated by the read_json.py script, and is written in files located in the lib directory.