Skip to content

Commit

Permalink
Add climate.0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gridbugs committed Oct 19, 2024
1 parent 1a07d7f commit 3509ebe
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions packages/climate/climate.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Declarative command-line parser for OCaml"
maintainer: ["https://github.com/gridbugs/climate/issues"]
authors: ["Stephen Sherratt"]
license: "MIT"
homepage: "https://github.com/gridbugs/climate"
bug-reports: "https://github.com/gridbugs/climate/issues"
depends: [
"dune" {>= "3.0"}
"ocaml" {>= "4.14"}
"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/gridbugs/climate.git"

url {
src: "https://github.com/gridbugs/climate/archive/refs/tags/0.1.0.tar.gz"
checksum: [
"sha256=735970fe333ab4f818227a19df2feaf31ca0c9b126eac679b23edba52f8eebc3"
"sha512=39707c9893957101bf0dc9912574fc53fba77a8572d7e8cc0b44da26f0ab42054e8e286c5d1eca2baf8ed997eac9686b568376938c798752497a8e15a8b4aeec"
]
}

0 comments on commit 3509ebe

Please sign in to comment.