this repo has no description

5 packages from benfaerber/liquid-ml at 0.1.1

Changed files
+167
packages
liquid_interpreter
liquid_interpreter.0.1.1
liquid_ml
liquid_ml.0.1.1
liquid_parser
liquid_parser.0.1.1
liquid_std
liquid_std.0.1.1
liquid_syntax
liquid_syntax.0.1.1
+33
packages/liquid_interpreter/liquid_interpreter.0.1.1/opam
···
+
opam-version: "2.0"
+
synopsis: "The interpreter for Liquid"
+
description: """
+
The interpreter for Liquid
+
"""
+
maintainer: "faerberbendev@protonmail.com"
+
authors: ["Ben Faerber"]
+
homepage: "https://github.com/benfaerber/liquid-ml"
+
bug-reports: "https://github.com/benfaerber/liquid-ml/issues"
+
dev-repo: "git+https://github.com/benfaerber/liquid-ml.git"
+
license: "MIT"
+
depends: [
+
"ocaml" { >= "4.11" }
+
"dune" { >= "2.5" }
+
"base" { >= "0.15.0" }
+
"core" { >= "0.15.0" }
+
"stdio" { >= "0.15.0" }
+
"re2" { >= "0.13.0" }
+
"liquid_syntax" { = version }
+
"liquid_parser" { = version }
+
"liquid_std" { = version }
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
url {
+
src:
+
"https://github.com/benfaerber/liquid-ml/archive/refs/tags/0.1.1.tar.gz"
+
checksum: [
+
"md5=c6069f115acdb3ba87cde7f8369bd5f0"
+
"sha512=7f282ee4ed50d1efaa280db10f5d2dda3142cc9e785c1f58b3d2a2631b2e1c2fea14dd761e8fb3cd158bb6eeaf5de3ef4f2f2cbc7307a4b8951bdf6e2119a584"
+
]
+
}
+35
packages/liquid_ml/liquid_ml.0.1.1/opam
···
+
opam-version: "2.0"
+
synopsis: "Shopify's Liquid templating language in OCaml"
+
description: """
+
Shopify's Liquid templating language for OCaml!
+
"""
+
maintainer: "faerberbendev@protonmail.com"
+
authors: ["Ben Faerber"]
+
homepage: "https://github.com/benfaerber/liquid-ml"
+
bug-reports: "https://github.com/benfaerber/liquid-ml/issues"
+
dev-repo: "git+https://github.com/benfaerber/liquid-ml.git"
+
license: "MIT"
+
+
depends: [
+
"ocaml" { >= "4.11" }
+
"dune" { >= "2.5" }
+
"base" { >= "0.15.0" }
+
"core" { >= "0.15.0" }
+
"stdio" { >= "0.15.0" }
+
"re2" { >= "0.13.0" }
+
"liquid_syntax" { = version }
+
"liquid_parser" { = version }
+
"liquid_std" { = version }
+
"liquid_interpreter" { = version }
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
url {
+
src:
+
"https://github.com/benfaerber/liquid-ml/archive/refs/tags/0.1.1.tar.gz"
+
checksum: [
+
"md5=c6069f115acdb3ba87cde7f8369bd5f0"
+
"sha512=7f282ee4ed50d1efaa280db10f5d2dda3142cc9e785c1f58b3d2a2631b2e1c2fea14dd761e8fb3cd158bb6eeaf5de3ef4f2f2cbc7307a4b8951bdf6e2119a584"
+
]
+
}
+32
packages/liquid_parser/liquid_parser.0.1.1/opam
···
+
opam-version: "2.0"
+
synopsis: "The parser for Liquid"
+
description: """
+
The parser for Liquid
+
"""
+
maintainer: "faerberbendev@protonmail.com"
+
authors: ["Ben Faerber"]
+
homepage: "https://github.com/benfaerber/liquid-ml"
+
bug-reports: "https://github.com/benfaerber/liquid-ml/issues"
+
dev-repo: "git+https://github.com/benfaerber/liquid-ml.git"
+
license: "MIT"
+
+
depends: [
+
"ocaml" { >= "4.11" }
+
"dune" { >= "2.5" }
+
"base" { >= "0.15.0" }
+
"core" { >= "0.15.0" }
+
"stdio" { >= "0.15.0" }
+
"re2" { >= "0.13.0" }
+
"liquid_syntax" { = version }
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
url {
+
src:
+
"https://github.com/benfaerber/liquid-ml/archive/refs/tags/0.1.1.tar.gz"
+
checksum: [
+
"md5=c6069f115acdb3ba87cde7f8369bd5f0"
+
"sha512=7f282ee4ed50d1efaa280db10f5d2dda3142cc9e785c1f58b3d2a2631b2e1c2fea14dd761e8fb3cd158bb6eeaf5de3ef4f2f2cbc7307a4b8951bdf6e2119a584"
+
]
+
}
+35
packages/liquid_std/liquid_std.0.1.1/opam
···
+
opam-version: "2.0"
+
synopsis: "The Standard Libarary for Liquid"
+
description: """
+
The Standard Libarary for Liquid
+
"""
+
maintainer: "faerberbendev@protonmail.com"
+
authors: ["Ben Faerber"]
+
homepage: "https://github.com/benfaerber/liquid-ml"
+
bug-reports: "https://github.com/benfaerber/liquid-ml/issues"
+
dev-repo: "git+https://github.com/benfaerber/liquid-ml.git"
+
license: "MIT"
+
depends: [
+
"ocaml" { >= "4.11" }
+
"dune" { >= "2.5" }
+
"base" { >= "0.15.0" }
+
"core" { >= "0.15.0" }
+
"stdio" { >= "0.15.0" }
+
"re2" { >= "0.13.0" }
+
"base64" { >= "3.5.1" }
+
"sha" { >= "1.0" }
+
"liquid_syntax" { = version }
+
"liquid_parser" { = version }
+
"liquid_syntax" { = version }
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
url {
+
src:
+
"https://github.com/benfaerber/liquid-ml/archive/refs/tags/0.1.1.tar.gz"
+
checksum: [
+
"md5=c6069f115acdb3ba87cde7f8369bd5f0"
+
"sha512=7f282ee4ed50d1efaa280db10f5d2dda3142cc9e785c1f58b3d2a2631b2e1c2fea14dd761e8fb3cd158bb6eeaf5de3ef4f2f2cbc7307a4b8951bdf6e2119a584"
+
]
+
}
+32
packages/liquid_syntax/liquid_syntax.0.1.1/opam
···
+
opam-version: "2.0"
+
synopsis: "The Syntax Definitions for Liquid"
+
description: """
+
The Syntax Definitions for Liquid
+
"""
+
maintainer: "faerberbendev@protonmail.com"
+
authors: ["Ben Faerber"]
+
homepage: "https://github.com/benfaerber/liquid-ml"
+
bug-reports: "https://github.com/benfaerber/liquid-ml/issues"
+
dev-repo: "git+https://github.com/benfaerber/liquid-ml.git"
+
license: "MIT"
+
depends: [
+
"ocaml" { >= "4.11" }
+
"dune" { >= "2.5" }
+
"base" { >= "0.15.0" }
+
"core" { >= "0.15.0" }
+
"stdio" { >= "0.10.0" }
+
"re2" { >= "0.13.0" }
+
"batteries" { >= "3.1.0" }
+
"calendar" { >= "3.0.0"}
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
url {
+
src:
+
"https://github.com/benfaerber/liquid-ml/archive/refs/tags/0.1.1.tar.gz"
+
checksum: [
+
"md5=c6069f115acdb3ba87cde7f8369bd5f0"
+
"sha512=7f282ee4ed50d1efaa280db10f5d2dda3142cc9e785c1f58b3d2a2631b2e1c2fea14dd761e8fb3cd158bb6eeaf5de3ef4f2f2cbc7307a4b8951bdf6e2119a584"
+
]
+
}