this repo has no description

Merge pull request #18069 from shnewto/opam-publish-lilac.v0.1.1

Package lilac.v0.1.1

Kate 3b4f50c5 318b05a6

Changed files
+27
packages
lilac
lilac.0.1.1
+27
packages/lilac/lilac.0.1.1/opam
···
+
opam-version: "2.0"
+
maintainer: "Shea Newton <lilac@shnewto.dev>"
+
authors: ["Shea Newton <lilac@shnewto.dev>"]
+
synopsis: "Get the value of any field in a YAML file as a string"
+
homepage: "https://github.com/shnewto/lilac"
+
dev-repo: "git+https://github.com/shnewto/lilac"
+
bug-reports: "https://github.com/shnewto/lilac/issues"
+
tags: [ "library" "lib" "lilac" "yaml" ]
+
license: "MIT"
+
depends: [
+
"cmdliner" {>= "1.0.4"}
+
"stdio" {>= "v0.9.0"}
+
"base" {>= "v0.9.0"}
+
"yaml" {>= "2.1.0"}
+
"dune" {>= "2.7.0"}
+
"ocaml" {>= "4.10.0"}
+
"ounit" {with-test}
+
"bisect_ppx" {dev & >= "2.5.0"}
+
]
+
build: ["dune" "build" "-p" name "-j" jobs]
+
url {
+
src: "https://github.com/shnewto/lilac/archive/0.1.1.tar.gz"
+
checksum: [
+
"md5=40e01c5ef4289477a523ae5a46d5c95d"
+
"sha512=1d991b6115ddddf3a314edce48f6130bb6ef2faa0ad204883de5ff7ad9e29c25d112ea7a59a82aa36b34217ce53b3258100061547ab6b6c9a01edd49ab49a4cb"
+
]
+
}