Skip to content

Commit

Permalink
Merge pull request #25108 from mtoohey31/opam-publish-starpath.0.1.2
Browse files Browse the repository at this point in the history
Package starpath.0.1.2
  • Loading branch information
raphael-proust authored Jan 25, 2024
2 parents 20c5df7 + 232d739 commit 72c7a65
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions packages/starpath/starpath.0.1.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A position-aware parser combinator library with readable errors"
maintainer: ["Matthew Toohey <contact@mtoohey.com>"]
authors: ["Matthew Toohey <contact@mtoohey.com>"]
license: "BSD-3-Clause"
tags: ["parser" "parser-combinators"]
homepage: "https://github.com/mtoohey31/starpath"
bug-reports: "https://github.com/mtoohey31/starpath/issues"
depends: [
"ocaml" {>= "4.11"}
"dune" {>= "3.11"}
"ounit2" {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/mtoohey31/starpath.git"
url {
src: "https://github.com/mtoohey31/starpath/archive/refs/tags/0.1.2.tar.gz"
checksum: [
"md5=6749dc6c2f261c3c1037ae571a44b16b"
"sha512=88af5ff626a50f3169e0a5e25afbb2c48ebc1dcdfb8dae04a742ea24a8bd4b69c9cb4d6f654c55d2ec8a6e004853af1d2f1bf7fb1a49a88a00b0613ea695370a"
]
}

0 comments on commit 72c7a65

Please sign in to comment.