chore: update opam files

This commit is contained in:
Simon Cruanes 2023-07-30 09:28:23 -04:00
parent 9c259742dc
commit c92a829022
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 6 additions and 6 deletions

View file

@ -6,8 +6,8 @@ maintainer: ["Simon Cruanes"]
authors: ["Simon Cruanes"] authors: ["Simon Cruanes"]
license: "MIT" license: "MIT"
tags: ["trace" "tracing" "catapult"] tags: ["trace" "tracing" "catapult"]
homepage: "https://github.com/c-cube/trace" homepage: "https://github.com/c-cube/ocaml-trace"
bug-reports: "https://github.com/c-cube/trace/issues" bug-reports: "https://github.com/c-cube/ocaml-trace/issues"
depends: [ depends: [
"ocaml" {>= "4.08"} "ocaml" {>= "4.08"}
"trace" {= version} "trace" {= version}
@ -32,4 +32,4 @@ build: [
] ]
["dune" "install" "-p" name "--create-install-files" name] ["dune" "install" "-p" name "--create-install-files" name]
] ]
dev-repo: "git+https://github.com/c-cube/trace.git" dev-repo: "git+https://github.com/c-cube/ocaml-trace.git"

View file

@ -7,8 +7,8 @@ maintainer: ["Simon Cruanes"]
authors: ["Simon Cruanes"] authors: ["Simon Cruanes"]
license: "MIT" license: "MIT"
tags: ["trace" "tracing" "observability" "profiling"] tags: ["trace" "tracing" "observability" "profiling"]
homepage: "https://github.com/c-cube/trace" homepage: "https://github.com/c-cube/ocaml-trace"
bug-reports: "https://github.com/c-cube/trace/issues" bug-reports: "https://github.com/c-cube/ocaml-trace/issues"
depends: [ depends: [
"ocaml" {>= "4.08"} "ocaml" {>= "4.08"}
"dune" {>= "2.9"} "dune" {>= "2.9"}
@ -30,4 +30,4 @@ build: [
] ]
["dune" "install" "-p" name "--create-install-files" name] ["dune" "install" "-p" name "--create-install-files" name]
] ]
dev-repo: "git+https://github.com/c-cube/trace.git" dev-repo: "git+https://github.com/c-cube/ocaml-trace.git"