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.2.tar.gz" checksum: [ "md5=ddfb85944a4604cfe8e614363862f882" "sha512=7a9e4582f8a773e953f6fb124c757a883f4528c130a1fc53c19c74b9a4006e505d4fcf0014393624c8e57c463a96db653e922f951cc88802f552a6fcef7eb097" ] }