File tree Expand file tree Collapse file tree 2 files changed +84
-0
lines changed
landmarks-ppx/landmarks-ppx.1.5 Expand file tree Collapse file tree 2 files changed +84
-0
lines changed Original file line number Diff line number Diff line change
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 <
[email protected] >"]
8
+ authors: ["Marc Lasson <
[email protected] >"]
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
+ }
Original file line number Diff line number Diff line change
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 <
[email protected] >"]
11
+ authors: ["Marc Lasson <
[email protected] >"]
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
+ }
You can’t perform that action at this time.
0 commit comments