this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25108 from mtoohey31/opam-publish-starpath.0.1.2

Package starpath.0.1.2

authored by

Raphaël Proust and committed by
GitHub
72c7a65f 20c5df7d

+37
+37
packages/starpath/starpath.0.1.2/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "A position-aware parser combinator library with readable errors" 4 + maintainer: ["Matthew Toohey <contact@mtoohey.com>"] 5 + authors: ["Matthew Toohey <contact@mtoohey.com>"] 6 + license: "BSD-3-Clause" 7 + tags: ["parser" "parser-combinators"] 8 + homepage: "https://github.com/mtoohey31/starpath" 9 + bug-reports: "https://github.com/mtoohey31/starpath/issues" 10 + depends: [ 11 + "ocaml" {>= "4.11"} 12 + "dune" {>= "3.11"} 13 + "ounit2" {with-test} 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "@install" 26 + "@runtest" {with-test} 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + dev-repo: "git+https://github.com/mtoohey31/starpath.git" 31 + url { 32 + src: "https://github.com/mtoohey31/starpath/archive/refs/tags/0.1.2.tar.gz" 33 + checksum: [ 34 + "md5=6749dc6c2f261c3c1037ae571a44b16b" 35 + "sha512=88af5ff626a50f3169e0a5e25afbb2c48ebc1dcdfb8dae04a742ea24a8bd4b69c9cb4d6f654c55d2ec8a6e004853af1d2f1bf7fb1a49a88a00b0613ea695370a" 36 + ] 37 + }