Skip to content

Commit

Permalink
2 packages from lexifi/landmarks at 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinans committed Jan 15, 2025
1 parent a8b00ea commit 756853a
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 0 deletions.
40 changes: 40 additions & 0 deletions packages/landmarks-ppx/landmarks-ppx.1.5/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Preprocessor instrumenting code using the landmarks library"
description: """
Automatically or semi-automatically instrument your code using
landmarks library."""
maintainer: ["Marc Lasson <marc.lasson@lexifi.com>"]
authors: ["Marc Lasson <marc.lasson@lexifi.com>"]
license: "MIT"
homepage: "https://github.com/LexiFi/landmarks"
bug-reports: "https://github.com/LexiFi/landmarks/issues"
depends: [
"dune" {>= "3.16"}
"ocaml" {>= "4.08"}
"ppxlib" {>= "0.22"}
"landmarks" {= "1.5"}
"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/LexiFi/landmarks.git"
url {
src: "https://github.com/lexifi/landmarks/archive/refs/tags/v1.5.tar.gz"
checksum: [
"md5=1742b656cb30acb3f941c1e1454e1bee"
"sha512=eabd893ffa0aef2bf39bfc6130d64f914e500c5e9945ce4b7870110c5b517badf5b6def2d56c15a6f8e620e327b3d1882c5cad1cd587408d99a3eb46df58a486"
]
}
43 changes: 43 additions & 0 deletions packages/landmarks/landmarks.1.5/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A simple profiling library"
description: """
Landmarks is a simple profiling library for OCaml. It provides
primitives to measure time spent in portion of instrumented code. The
instrumentation of the code may either done by hand, automatically or
semi-automatically using the ppx pepreprocessor (see landmarks-ppx package).
"""
maintainer: ["Marc Lasson <marc.lasson@lexifi.com>"]
authors: ["Marc Lasson <marc.lasson@lexifi.com>"]
license: "MIT"
homepage: "https://github.com/LexiFi/landmarks"
bug-reports: "https://github.com/LexiFi/landmarks/issues"
depends: [
"dune" {>= "3.16"}
"ocaml" {>= "4.08"}
"js_of_ocaml" {with-test & > "5"}
"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/LexiFi/landmarks.git"
available: arch = "x86_64" | arch = "x86_32" | arch = "arm64"
url {
src: "https://github.com/lexifi/landmarks/archive/refs/tags/v1.5.tar.gz"
checksum: [
"md5=1742b656cb30acb3f941c1e1454e1bee"
"sha512=eabd893ffa0aef2bf39bfc6130d64f914e500c5e9945ce4b7870110c5b517badf5b6def2d56c15a6f8e620e327b3d1882c5cad1cd587408d99a3eb46df58a486"
]
}

0 comments on commit 756853a

Please sign in to comment.