this repo has no description

Merge pull request #25364 from leostera/release-config-0.0.2

[new release] config (0.0.2)

Changed files
+44
packages
config
config.0.0.2
+44
packages/config/config.0.0.2/opam
···
···
+
opam-version: "2.0"
+
synopsis: "Ergonomic, lightweight conditional compilation through attributes"
+
description:
+
"Config implements the [@@config] annotation, to conditionally compile modules. You can use a small boolean language to check for conditions including some built-in ones and environment variables."
+
maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"]
+
authors: ["Leandro Ostera <leandro@abstractmachines.dev>"]
+
license: "MIT"
+
tags: [
+
"conditional" "compilation" "target_os" "target_arch" "arch" "os" "system"
+
]
+
homepage: "https://github.com/ocaml-sys/config.ml"
+
bug-reports: "https://github.com/ocaml-sys/config.ml/issues"
+
depends: [
+
"ocaml" {>= "5.1" & < "5.2"}
+
"ppxlib" {>= "0.31.0"}
+
"sedlex" {>= "3.2"}
+
"spices" {>= "0.0.2"}
+
"dune" {>= "3.11"}
+
"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/ocaml-sys/config.ml.git"
+
url {
+
src:
+
"https://github.com/ocaml-sys/config.ml/releases/download/0.0.2/config-0.0.2.tbz"
+
checksum: [
+
"sha256=0bbbb6d19efef2071663152808f94c6a469530be19a2f28174cfc54245147f04"
+
"sha512=453be389faaed410c2fdce448201d62e146e7ad81db13774a690f8e79764f81000d5d838a44e397cb5262aafe7b29b74eac8470cb6dfeea6f39bd6697648a73c"
+
]
+
}
+
x-commit-hash: "470b031c7a96abe25a0c98cbf840db25727193a6"