mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-08 03:47:57 -04:00
chore: update opam files
This commit is contained in:
parent
9c259742dc
commit
c92a829022
2 changed files with 6 additions and 6 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue