opam-version: "2.0" synopsis: "Library for decoding OCaml spacetime profiles" maintainer: "Leo White " authors: [ "Leo White " "Mark Shinwell " ] license: "MIT" homepage: "https://github.com/lpw25/spacetime_lib" bug-reports: "https://github.com/lpw25/spacetime_lib" depends: [ "ocaml" "dune" {>= "1.0"} "owee" "raw_spacetime" "base-bigarray" "base-unix" ] build: [ ["./configure.sh"] ["dune" "build" "-p" name "-j" jobs] ] dev-repo: "git+https://github.com/lpw25/spacetime_lib" description: """ `spacetime_lib` provides some simple operations for reading OCaml spacetime profiles. It aims to provide an easier to use interface than the `raw_spacetime_lib` library distributed with the compiler.""" url { src: "https://github.com/lpw25/spacetime_lib/archive/0.3.0.tar.gz" checksum: [ "sha256=46bed4dab0921dad3627a3c43ca0045f3ffdea7ddef7789ff8120c074e94e7ef" "md5=41b62e019a6e24cb84f43b4bc0a2d7fd" ] }