this repo has no description
1opam-version: "2.0" 2synopsis: "Low overhead profiling" 3maintainer: "Opsian <admin@opsian.com>" 4authors: 5 ["Richard Warburton <richard@opsian.com>" "Sadiq Jaffer <sadiq@opsian.com>"] 6license: "MIT" 7homepage: "https://github.com/Opsian/opsian-ocaml/wiki" 8bug-reports: "https://github.com/Opsian/opsian-ocaml/issues" 9depends: [ 10 "dune" {>= "2.8"} 11 ("ocaml" {>= "4.12.0" & < "5.0.0"} | 12 ("ocaml" {>= "5.0.0" & < "5.1"} & "runtime_events_tools")) 13 "conf-automake" 14 "conf-perl" 15 "conf-liblzma" 16 "conf-libtool" 17] 18conflicts: [ 19 "runtime_events_tools" {>= "0.5"} 20] 21available: 22 arch != "arm32" & arch != "arm64" & arch != "x86_32" & arch != "s390x" & arch != "ppc64" & arch != "riscv64" & 23 os-family != "arch" & os-family != "alpine" & os != "macos" & os != "freebsd" 24build: ["dune" "build" "-p" name "-j" jobs "@install"] 25dev-repo: "git+https://github.com/Opsian/opsian-ocaml.git" 26url { 27 src: 28 "https://github.com/Opsian/opsian-ocaml/releases/download/0.1/0.1.tar.gz" 29 checksum: [ 30 "md5=647da322a2ad5d0c2baf53cae59daf93" 31 "sha512=005e6bde889efe137da7d863f0acd71d9c6e08359617543024846c42f408fc2033e5666772427c0c15b96a7ad8fcca5381229c97835f82c2f517e753907f57e6" 32 ] 33}