We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d59c11 commit d32a20aCopy full SHA for d32a20a
dune-project
@@ -2,6 +2,7 @@
2
(name eio-trace)
3
(formatting disabled)
4
(generate_opam_files true)
5
+(license ISC)
6
(source (github ocaml-multicore/eio-trace))
7
(maintainers "Thomas Leonard")
8
(authors "Thomas Leonard")
eio-trace.opam
@@ -3,6 +3,7 @@ opam-version: "2.0"
synopsis: "Trace visualisation for Eio programs"
maintainer: ["Thomas Leonard"]
authors: ["Thomas Leonard"]
+license: "ISC"
homepage: "https://github.com/ocaml-multicore/eio-trace"
bug-reports: "https://github.com/ocaml-multicore/eio-trace/issues"
9
depends: [
0 commit comments