this repo has no description
1opam-version: "2.0" 2synopsis: "Trace visualisation for Eio programs" 3maintainer: ["Thomas Leonard"] 4authors: ["Thomas Leonard"] 5license: "ISC" 6homepage: "https://github.com/ocaml-multicore/eio-trace" 7bug-reports: "https://github.com/ocaml-multicore/eio-trace/issues" 8depends: [ 9 "dune" {>= "3.11"} 10 "ocaml" {>= "5.1.0"} 11 "eio_main" {>= "0.14"} 12 "cmdliner" {>= "1.2.0"} 13 "lablgtk3" {>= "3.1.4"} 14 "crowbar" {>= "0.2.1" & with-test} 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/ocaml-multicore/eio-trace.git" 32url { 33 src: 34 "https://github.com/ocaml-multicore/eio-trace/releases/download/v0.2/eio-trace-0.2.tbz" 35 checksum: [ 36 "sha256=8386fca77c24757382c4cd8dbf13da416994154f6d479b5115bda8687befabfb" 37 "sha512=988ffdcc504b490d687e6f1b9d1a7fde5b982947122b2b16854208ca8961130029f593acdb412c9a156e34bc5fd2fa0205b8924f4870ad9551ecd0e838d76001" 38 ] 39} 40x-commit-hash: "668a86a2175236d304c0d01fc1df7a07b0a20389"