this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25306 from talex5/release-eio-trace-v0.1

[new release] eio-trace (0.1)

authored by

Marcello Seri and committed by
GitHub
bd399471 97521b15

+40
+40
packages/eio-trace/eio-trace.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Trace visualisation for Eio programs" 3 + maintainer: ["Thomas Leonard"] 4 + authors: ["Thomas Leonard"] 5 + license: "ISC" 6 + homepage: "https://github.com/ocaml-multicore/eio-trace" 7 + bug-reports: "https://github.com/ocaml-multicore/eio-trace/issues" 8 + depends: [ 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 + ] 17 + build: [ 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 + ] 31 + dev-repo: "git+https://github.com/ocaml-multicore/eio-trace.git" 32 + url { 33 + src: 34 + "https://github.com/ocaml-multicore/eio-trace/releases/download/v0.1/eio-trace-0.1.tbz" 35 + checksum: [ 36 + "sha256=0cb74d61cf909e1235a9d9d745ca994195834c93fb2418555c9d3062e11deb9a" 37 + "sha512=6ea2a34c59da82ff11eea8613e4c27f7fc4ead86d8f55887ec73fc1b7545f9b00d2fce449910c9956fb90e072c287f820fa59c67836a28e88d940a65ef078e26" 38 + ] 39 + } 40 + x-commit-hash: "7d59c111f26a1e623cf9d5e18554ae0a3f76a6d8"