Skip to content

Commit 3be7514

Browse files
committed
Package echo.0.0.4
1 parent 7698a43 commit 3be7514

File tree

1 file changed

+46
-0
lines changed
  • packages/echo/echo.0.0.4

1 file changed

+46
-0
lines changed

packages/echo/echo.0.0.4/opam

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "A minimal interop OCaml + C logging solution"
4+
description:
5+
"Echo is a lightweight logging library for OCaml with C lib bindings, allowing both OCaml and C code to emit structured log messages through a unified logging interface."
6+
maintainer: ["Zachary Deak <[email protected]>"]
7+
authors: ["Zachary Deak <[email protected]>"]
8+
license: "MIT"
9+
tags: ["logging" "console"]
10+
homepage: "https://github.com/deakodev/echo"
11+
doc: "https://github.com/deakodev/echo"
12+
bug-reports: "https://github.com/deakodev/echo/issues"
13+
depends: [
14+
"dune" {>= "3.18"}
15+
"ocaml" {>= "4.14" & < "5.2"}
16+
"base"
17+
"stdio"
18+
"fmt" {>= "0.8.10"}
19+
"ctypes" {>= "0.20.0"}
20+
"ctypes-foreign"
21+
"alcotest"
22+
"odoc" {with-doc}
23+
]
24+
build: [
25+
["dune" "subst"] {dev}
26+
[
27+
"dune"
28+
"build"
29+
"-p"
30+
name
31+
"-j"
32+
jobs
33+
"@install"
34+
"@runtest" {with-test}
35+
"@doc" {with-doc}
36+
]
37+
]
38+
dev-repo: "git+https://github.com/deakodev/echo.git"
39+
x-maintenance-intent: ["(latest)"]
40+
url {
41+
src: "https://github.com/deakodev/echo/archive/refs/tags/v0.0.4.tar.gz"
42+
checksum: [
43+
"md5=1608c06b7d83c9c3b99c6163071f23b3"
44+
"sha512=2e299ab12cecabe78011fc56177021d1240fbbc983569acf9ee4736b3c0c8b7cc4023c4b840cfb6a9b5ee6a7f2687459dca4c081aee351956c6f7fc972106459"
45+
]
46+
}

0 commit comments

Comments
 (0)