this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27263 from edwinans/opam-publish-landmarks.1.5

2 packages from lexifi/landmarks at 1.5

authored by

Marcello Seri and committed by
GitHub
a12dee6b 1b22d59e

+84
+40
packages/landmarks-ppx/landmarks-ppx.1.5/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Preprocessor instrumenting code using the landmarks library" 4 + description: """ 5 + Automatically or semi-automatically instrument your code using 6 + landmarks library.""" 7 + maintainer: ["Marc Lasson <marc.lasson@lexifi.com>"] 8 + authors: ["Marc Lasson <marc.lasson@lexifi.com>"] 9 + license: "MIT" 10 + homepage: "https://github.com/LexiFi/landmarks" 11 + bug-reports: "https://github.com/LexiFi/landmarks/issues" 12 + depends: [ 13 + "dune" {>= "3.16"} 14 + "ocaml" {>= "4.08"} 15 + "ppxlib" {>= "0.22"} 16 + "landmarks" {= "1.5"} 17 + "odoc" {with-doc} 18 + ] 19 + build: [ 20 + ["dune" "subst"] {dev} 21 + [ 22 + "dune" 23 + "build" 24 + "-p" 25 + name 26 + "-j" 27 + jobs 28 + "@install" 29 + "@runtest" {with-test} 30 + "@doc" {with-doc} 31 + ] 32 + ] 33 + dev-repo: "git+https://github.com/LexiFi/landmarks.git" 34 + url { 35 + src: "https://github.com/lexifi/landmarks/archive/refs/tags/v1.5.tar.gz" 36 + checksum: [ 37 + "md5=8656a2bd04456f8f18ef19af20c85f0c" 38 + "sha512=b5f24973b1aabbf91c6e4f6ce594dfded10fa134e27d2e4adcc75543296f7d564725c6b8f345cbbf294a394828b2063aa74e6fe3c068574a7510d9ff78860a40" 39 + ] 40 + }
+44
packages/landmarks/landmarks.1.5/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "A simple profiling library" 4 + description: """ 5 + Landmarks is a simple profiling library for OCaml. It provides 6 + primitives to measure time spent in portion of instrumented code. The 7 + instrumentation of the code may either done by hand, automatically or 8 + semi-automatically using the ppx pepreprocessor (see landmarks-ppx package). 9 + """ 10 + maintainer: ["Marc Lasson <marc.lasson@lexifi.com>"] 11 + authors: ["Marc Lasson <marc.lasson@lexifi.com>"] 12 + license: "MIT" 13 + homepage: "https://github.com/LexiFi/landmarks" 14 + bug-reports: "https://github.com/LexiFi/landmarks/issues" 15 + depends: [ 16 + "dune" {>= "3.16"} 17 + "ocaml" {>= "4.08"} 18 + "js_of_ocaml" {with-test & > "5"} 19 + "odoc" {with-doc} 20 + ] 21 + conflicts: ["ocaml-option-bytecode-only"] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@runtest" {with-test} 33 + "@doc" {with-doc} 34 + ] 35 + ] 36 + dev-repo: "git+https://github.com/LexiFi/landmarks.git" 37 + available: arch = "x86_64" | arch = "x86_32" | arch = "arm64" 38 + url { 39 + src: "https://github.com/lexifi/landmarks/archive/refs/tags/v1.5.tar.gz" 40 + checksum: [ 41 + "md5=8656a2bd04456f8f18ef19af20c85f0c" 42 + "sha512=b5f24973b1aabbf91c6e4f6ce594dfded10fa134e27d2e4adcc75543296f7d564725c6b8f345cbbf294a394828b2063aa74e6fe3c068574a7510d9ff78860a40" 43 + ] 44 + }