this repo has no description
1opam-version: "2.0" 2synopsis: "The Standard Libarary for Liquid" 3description: """ 4The Standard Libarary for Liquid 5""" 6maintainer: "faerberbendev@protonmail.com" 7authors: ["Ben Faerber"] 8homepage: "https://github.com/benfaerber/liquid-ml" 9bug-reports: "https://github.com/benfaerber/liquid-ml/issues" 10dev-repo: "git+https://github.com/benfaerber/liquid-ml.git" 11license: "MIT" 12depends: [ 13 "ocaml" { >= "4.11" } 14 "dune" { >= "2.5" } 15 "base" { >= "0.15.0" } 16 "core" { >= "0.15.0" } 17 "stdio" { >= "0.15.0" } 18 "re2" { >= "0.13.0" } 19 "base64" { >= "3.5.1" } 20 "sha" { >= "1.0" } 21 "liquid_syntax" { = version } 22 "liquid_parser" { = version } 23 "liquid_syntax" { = version } 24] 25build: [ 26 ["dune" "build" "-p" name "-j" jobs] 27] 28url { 29 src: 30 "https://github.com/benfaerber/liquid-ml/archive/refs/tags/0.1.2.tar.gz" 31 checksum: [ 32 "md5=ddfb85944a4604cfe8e614363862f882" 33 "sha512=7a9e4582f8a773e953f6fb124c757a883f4528c130a1fc53c19c74b9a4006e505d4fcf0014393624c8e57c463a96db653e922f951cc88802f552a6fcef7eb097" 34 ] 35}