this repo has no description
1opam-version: "2.0" 2synopsis: "Library for decoding OCaml spacetime profiles" 3maintainer: "Leo White <leo@lpw25.net>" 4authors: [ 5 "Leo White <leo@lpw25.net>" "Mark Shinwell <mshinwell@janestreet.com>" 6] 7license: "MIT" 8homepage: "https://github.com/lpw25/spacetime_lib" 9bug-reports: "https://github.com/lpw25/spacetime_lib" 10depends: [ 11 "ocaml" 12 "dune" {>= "1.0"} 13 "owee" 14 "raw_spacetime" 15 "base-bigarray" 16 "base-unix" 17] 18build: [ 19 ["./configure.sh"] 20 ["dune" "build" "-p" name "-j" jobs] 21] 22dev-repo: "git+https://github.com/lpw25/spacetime_lib" 23description: """ 24`spacetime_lib` provides some simple operations for reading OCaml 25spacetime profiles. It aims to provide an easier to use interface than 26the `raw_spacetime_lib` library distributed with the compiler.""" 27url { 28 src: "https://github.com/lpw25/spacetime_lib/archive/0.3.0.tar.gz" 29 checksum: [ 30 "sha256=46bed4dab0921dad3627a3c43ca0045f3ffdea7ddef7789ff8120c074e94e7ef" 31 "md5=41b62e019a6e24cb84f43b4bc0a2d7fd" 32 ] 33}