Skip to content
Merged
Changes from 1 commit
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
45 changes: 45 additions & 0 deletions packages/oenv/oenv.0.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
opam-version: "2.0"
synopsis: "A composable environment variable reader"
description:
"oenv is a library for reading environment variables in a composable way, with support for default values, required variables, custom types, and logging via logs."
maintainer: ["Nymphium <s1311350@gmail.com>"]
authors: ["Nymphium <s1311350@gmail.com>"]
license: "MIT"
homepage: "https://github.com/Nymphium/oenv"
doc: "https://nymphium.github.io/oenv"
bug-reports: "https://github.com/Nymphium/oenv/issues"
depends: [
"ocaml" {>= "4.14"}
"dune" {>= "3.18" & dev}
"logs"
"ppx_deriving"
"eio_main" {with-test}
"ppx_assert" {with-test}
"ppx_inline_test" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/Nymphium/oenv.git"
x-maintenance-intent: ["(latest)"]
url {
src:
"https://github.com/Nymphium/oenv/releases/download/0.0.1/oenv-0.0.1.tbz"
checksum: [
"sha256=1037dc315ff97d67ff0f7891166e9a0bb9892bfb5cf4bd1a843f0faf4963a65d"
"sha512=55dd36d1035c916abf726980d2952328bb080471dba9cf00974cc3f828ef8fa6898e7793b76ac36c43c9a94ddf16b258e48f5cc07ec7bd2707ee6c459752a3b6"
]
}
x-commit-hash: "30167b9f67f3d3c1212ee85c177e0f44b89b89ce"
Loading