this repo has no description

Package profiling.1.5.5

pad ad190e9d a9fb5a37

Changed files
+31
packages
profiling
profiling.1.5.5
+31
packages/profiling/profiling.1.5.5/opam
···
+
opam-version: "2.0"
+
synopsis: "Small library to help profile code"
+
description: """
+
This is a small library of utilities used by Semgrep and
+
a few other projects developed at r2c to monitor and profile
+
functions.
+
"""
+
+
maintainer: "Yoann Padioleau <pad@r2c.dev>"
+
authors: [ "Yoann Padioleau <pad@r2c.dev>" ]
+
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"}
+
"process_limits" {>= "1.5.5"}
+
]
+
+
build: ["dune" "build" "-p" name "-j" jobs]
+
url {
+
src:
+
"https://github.com/returntocorp/sgrep/archive/refs/tags/profiling_1.5.5.tar.gz"
+
checksum: [
+
"md5=25a274d1969e1bb9dc3214f987cfffc0"
+
"sha512=9881a934fe1decd6ce8b9e0c4aaef8a497eeb40df4f252ca617fc72e18d70e6da5737507c07487f83d7019211dfc6d00af2e197c07cffb7594bb3f6c1b90f66e"
+
]
+
}