this repo has no description

Package combinaml.0.1

Changed files
+40
packages
combinaml
combinaml.0.1
+40
packages/combinaml/combinaml.0.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Simple, customizable, dependency free parser combinator library"
+
description:
+
"An angstrom clone with no dependencies designed to be simple and customizable"
+
maintainer: ["Travis Staloch"]
+
authors: ["Travis Staloch"]
+
license: "MIT"
+
tags: ["topics" "parser combinator"]
+
homepage: "https://github.com/travisstaloch/combinaml"
+
bug-reports: "https://github.com/travisstaloch/combinaml/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "3.8"}
+
"ppx_expect"
+
"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/travisstaloch/combinaml.git"
+
url {
+
src:
+
"https://github.com/travisstaloch/combinaml/archive/refs/tags/0.1.tar.gz"
+
checksum: [
+
"md5=610ac827bba47d42b01999838834a62c"
+
"sha512=be88187bcd3720a75466cba146f8073d31b38e918e7b5fde91fdbc24f934361364f95b06adccd655e70cb23b8b4defdb19448aa766fa0790c9e3941bfe728dda"
+
]
+
}