opam-version: "2.0" synopsis: "Setting time and memory limits for your program" description: """ This is a small library of utilities used by Semgrep and a few other projects developed at r2c to control the time and memory used by Semgrep. """ maintainer: "Yoann Padioleau " authors: [ "Yoann Padioleau " ] license: "LGPL-2.1-only" homepage: "https://semgrep.dev" dev-repo: "git+https://github.com/returntocorp/semgrep" bug-reports: "https://github.com/returntocorp/semgrep/issues" depends: [ "ocaml" {>= "4.12.0"} "dune" {>= "3.2.0" } "commons" {>= "1.5.5"} ] build: ["dune" "build" "-p" name "-j" jobs] url { src: "https://github.com/returntocorp/sgrep/archive/refs/tags/1.5.5.tar.gz" checksum: [ "md5=3536f6162fec35b13072e8fd84c4e985" "sha512=89cdda71fe2036b94ae6142f55f1a55d8d142ec3c9e49206b5a91f5f217984fd5b7564a165011dd845f5b50f32a29d3b969dc404c41d6e140a81cb7106c1ac7b" ] }