opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/core_profiler" bug-reports: "https://github.com/janestreet/core_profiler/issues" dev-repo: "git+https://github.com/janestreet/core_profiler.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/core_profiler/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "core" {= "v0.17~preview.129.11+135"} "core_kernel" {= "v0.17~preview.129.11+135"} "core_unix" {= "v0.17~preview.129.11+135"} "ppx_jane" {= "v0.17~preview.129.11+135"} "re2" {= "v0.17~preview.129.11+135"} "shell" {= "v0.17~preview.129.11+135"} "textutils" {= "v0.17~preview.129.11+135"} "textutils_kernel" {= "v0.17~preview.129.11+135"} "dune" {>= "2.0.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Profiling library" description: " Core_profiler is a library that helps you profile programs and estimate various costs. " url { src: "https://github.com/janestreet/core_profiler/archive/524d2e72fe936cb02c8799f43ebce4f98ba09c2e.tar.gz" checksum: "sha256=d6464de9c8c25488b1e6298d544c9ad40908e942cab2909dc4ebedfc06e439c2" } flags: deprecated post-messages: [ "IMPORTANT: The bleeding edge repository mirror on ocaml.janestreet.com is being deprecated in favor of our official GitHub repository." "To ensure you receive the latest packages and updates, please update your repository URL by running:" " opam repo set-url janestreet-bleeding https://github.com/janestreet/opam-repository.git" ]