The opam repository for my Advent of Agentic Humps 2025

yamlt

Changed files
+36
packages
yamlt
yamlt.dev
+36
packages/yamlt/yamlt.dev/opam
···
+
opam-version: "2.0"
+
synopsis: "YAML codec using Jsont type descriptions"
+
description:
+
"Allows the same Jsont.t codec definitions to work for both JSON and YAML"
+
maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
+
authors: ["Anil Madhavapeddy"]
+
license: "ISC"
+
homepage: "https://tangled.org/@anil.recoil.org/ocaml-yamlt"
+
bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-yamlt/issues"
+
dev-repo: "git+https://tangled.org/@anil.recoil.org/ocaml-yamlt.git"
+
depends: [
+
"dune" {>= "3.18"}
+
"ocaml" {>= "4.14.0"}
+
"yamlrw"
+
"jsont"
+
"bytesrw"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
x-maintenance-intent: ["(latest)"]
+
url {
+
src: "git+https://tangled.org/@anil.recoil.org/ocaml-yamlt.git#main"
+
}