mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
depend on atomic shims, vendor them
This commit is contained in:
parent
a00d4d2383
commit
c030bf9c21
5 changed files with 9 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +1,6 @@
|
||||||
[submodule "vendor/opentelemetry-proto"]
|
[submodule "vendor/opentelemetry-proto"]
|
||||||
path = vendor/opentelemetry-proto
|
path = vendor/opentelemetry-proto
|
||||||
url = https://github.com/open-telemetry/opentelemetry-proto
|
url = https://github.com/open-telemetry/opentelemetry-proto
|
||||||
|
[submodule "vendor/atomic"]
|
||||||
|
path = vendor/atomic
|
||||||
|
url = https://github.com/c-cube/ocaml-atomic.git
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,8 @@
|
||||||
(depends
|
(depends
|
||||||
(ocaml (>= "4.08"))
|
(ocaml (>= "4.08"))
|
||||||
(dune (>= "2.3"))
|
(dune (>= "2.3"))
|
||||||
|
mtime
|
||||||
|
atomic
|
||||||
(opentelemetry (= :version))
|
(opentelemetry (= :version))
|
||||||
(ocaml-protoc (>= 2.1))
|
(ocaml-protoc (>= 2.1))
|
||||||
(odoc :with-doc)
|
(odoc :with-doc)
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,8 @@ bug-reports:
|
||||||
depends: [
|
depends: [
|
||||||
"ocaml" {>= "4.08"}
|
"ocaml" {>= "4.08"}
|
||||||
"dune" {>= "2.3"}
|
"dune" {>= "2.3"}
|
||||||
|
"mtime"
|
||||||
|
"atomic"
|
||||||
"opentelemetry" {= version}
|
"opentelemetry" {= version}
|
||||||
"ocaml-protoc" {>= "2.1"}
|
"ocaml-protoc" {>= "2.1"}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
|
|
|
||||||
1
vendor/atomic
vendored
Submodule
1
vendor/atomic
vendored
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 7802992a568bf86c940e1c08a208e85102a0df6b
|
||||||
1
vendor/dune
vendored
Normal file
1
vendor/dune
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
(vendored_dirs atomic)
|
||||||
Loading…
Add table
Reference in a new issue