this repo has no description

Merge pull request #27611 from nmote/opam-publish-dynamic_gc.0.1.0

Package dynamic_gc.0.1.0

Changed files
+42
packages
dynamic_gc
dynamic_gc.0.1.0
+42
packages/dynamic_gc/dynamic_gc.0.1.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Dynamically adjust GC behavior based on memory usage"
+
description: """
+
A utility to dynamically adjust garbage collector behavior based
+
on memory usage, allowing your application to prioritize improved
+
run time when memory usage is low, but prioritize decreased memory
+
usage when memory usage is high."""
+
maintainer: ["Nat Mote <nat@semgrep.com>"]
+
authors: ["Nat Mote <nat@semgrep.com>"]
+
license: "MIT"
+
tags: ["garbage collector" "gc"]
+
homepage: "https://github.com/semgrep/dynamic-gc"
+
doc: "https://github.com/semgrep/dynamic-gc"
+
bug-reports: "https://github.com/semgrep/dynamic-gc/issues"
+
depends: [
+
"dune" {>= "3.17"}
+
"ocaml" {>= "4.08.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/semgrep/dynamic-gc.git"
+
url {
+
src: "https://github.com/semgrep/dynamic-gc/archive/refs/tags/0.1.0.tar.gz"
+
checksum: [
+
"md5=072dbfbbb154bffbc1dd927e86631352"
+
"sha512=e30da32d2dc1413b201678cb21d802934db750c21a1ad3f3dd75902ea998296df77ad3f3f401f4c9bc6c4bae958246f3be2b518e2fd15dd08cf9a66a32d9666d"
+
]
+
}