Skip to content

Package echo.0.0.5 #27974

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions packages/echo/echo.0.0.5/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A minimal interop OCaml + C logging solution"
description:
"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."
maintainer: ["Zachary Deak <[email protected]>"]
authors: ["Zachary Deak <[email protected]>"]
license: "MIT"
tags: ["logging" "console"]
homepage: "https://github.com/deakodev/echo"
doc: "https://github.com/deakodev/echo"
bug-reports: "https://github.com/deakodev/echo/issues"

available: arch != "x86_32" & arch != "arm32"

x-ci-accept-failures: [
["x86_32"]
["arm32"]
]

depends: [
"dune" {>= "3.18"}
"ocaml" {>= "4.14"}
"base"
"stdio"
"fmt" {>= "0.8.10"}
"ctypes" {>= "0.20.0"}
"ctypes-foreign" {>= "0.23.0"}
"alcotest"
"odoc" {with-doc}
]
build: [
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/deakodev/echo.git"
x-maintenance-intent: ["(latest)"]
url {
src: "https://github.com/deakodev/echo/archive/refs/tags/0.0.5.tar.gz"
checksum: [
"md5=f21fc179d03f16acc57b6e1d844993fb"
"sha512=7bd62891dedf1b2d7f39d07ea6b58266bcc62d4ccd667931f8fb51d8767cd3b2238a567adf89b173f9c0f7d246a62893cc237a91b8c60e6899ef53715f0ad376"
]
}