Commit 7afb494 1 parent 18f8575 commit 7afb494 Copy full SHA for 7afb494
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
(lang dune 2 .7)
2
2
(name landmarks)
3
- ( version 1 .4 )
3
+ ( version 1 .5 )
4
4
5
5
( maintainers " Marc Lasson <marc.lasson@lexifi.com>" )
6
6
( authors " Marc Lasson <marc.lasson@lexifi.com>" )
@@ -31,6 +31,6 @@ landmarks library.")
31
31
( depends
32
32
( ocaml ( >= 4 .08) )
33
33
( ppxlib ( >= 0 .22) )
34
- ( landmarks ( = 1 .4 ) )
34
+ ( landmarks ( = 1 .5 ) )
35
35
)
36
36
)
Original file line number Diff line number Diff line change 1
1
# This file is generated by dune, edit dune-project instead
2
2
opam-version: "2.0"
3
- version: "1.4 "
3
+ version: "1.5 "
4
4
synopsis: "Preprocessor instrumenting code using the landmarks library"
5
5
description: """
6
6
Automatically or semi-automatically instrument your code using
@@ -14,7 +14,7 @@ depends: [
14
14
"dune" {>= "2.7"}
15
15
"ocaml" {>= "4.08"}
16
16
"ppxlib" {>= "0.22"}
17
- "landmarks" {= "1.4 "}
17
+ "landmarks" {= "1.5 "}
18
18
"odoc" {with-doc}
19
19
]
20
20
build: [
Original file line number Diff line number Diff line change 1
1
# This file is generated by dune, edit dune-project instead
2
2
opam-version: "2.0"
3
- version: "1.4 "
3
+ version: "1.5 "
4
4
synopsis: "A simple profiling library"
5
5
description: """
6
6
Landmarks is a simple profiling library for OCaml. It provides
You can’t perform that action at this time.
0 commit comments