File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 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 gen_js_api)
3
- ( version 1 .1.1 )
3
+ ( version 1 .1.2 )
4
4
5
5
( maintainers " Alain Frisch <alain.frisch@lexifi.com>" )
6
6
( authors
@@ -39,5 +39,5 @@ gen_js_api is to be used with the js_of_ocaml compiler.
39
39
( ppxlib ( >= 0 .26) )
40
40
( js_of_ocaml-compiler :with -test)
41
41
( conf-npm :with -test)
42
- ( ojs ( = 1 .1.1 ) ) )
42
+ ( ojs ( = :version ) ) )
43
43
)
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.1.1 "
3
+ version: "1.1.2 "
4
4
synopsis: "Easy OCaml bindings for JavaScript libraries"
5
5
description: """
6
6
@@ -25,7 +25,7 @@ depends: [
25
25
"ppxlib" {>= "0.26"}
26
26
"js_of_ocaml-compiler" {with-test}
27
27
"conf-npm" {with-test}
28
- "ojs" {= "1.1.1" }
28
+ "ojs" {= version }
29
29
"odoc" {with-doc}
30
30
]
31
31
conflicts: [
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.1.1 "
3
+ version: "1.1.2 "
4
4
synopsis: "Runtime Library for gen_js_api generated libraries"
5
5
description: "To be used in conjunction with gen_js_api"
6
6
maintainer: ["Alain Frisch <alain.frisch@lexifi.com>"]
You can’t perform that action at this time.
0 commit comments