File tree Expand file tree Collapse file tree 6 files changed +4
-15
lines changed Expand file tree Collapse file tree 6 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 1
1
opam-version: "1.2"
2
2
3
- version: "dev "
3
+ version: "1.3.0 "
4
4
homepage: "http://github.com/ocaml-doc/odoc"
5
5
doc: "https://github.com/ocaml/odoc#readme"
6
6
bug-reports: "https://github.com/ocaml-doc/odoc/issues"
@@ -24,15 +24,6 @@ depends: [
24
24
"fpath" {build}
25
25
"result" {build}
26
26
"tyxml" {build & >= "4.0.0"}
27
-
28
- # Development dependencies. These should be removed in opam files sent to the
29
- # opam repo.
30
- "alcotest" {>= "0.8.3"}
31
- "bisect_ppx" {>= "1.3.0"}
32
- "markup" {>= "0.8.0"}
33
- "lambdasoup"
34
- "ocamlfind"
35
- "sexplib" {>= "113.33.00"}
36
27
]
37
28
38
29
build: [
Original file line number Diff line number Diff line change 1
1
(library
2
2
(name html)
3
- (preprocess (pps bisect_ppx -conditional))
4
3
(libraries model tyxml))
Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ let () =
398
398
(String. concat ~sep: " , " available_subcommands)
399
399
in
400
400
Term. (const print_default $ const () ),
401
- Term. info ~version: " %%VERSION%% " " odoc"
401
+ Term. info ~version: " 1.3.0 " " odoc"
402
402
in
403
403
match Term. eval_choice ~err: Format. err_formatter default subcommands with
404
404
| `Error _ ->
Original file line number Diff line number Diff line change 1
1
@charset "UTF-8" ;
2
2
/* Copyright (c) 2016 Daniel C. Bünzli. All rights reserved.
3
3
Distributed under the ISC license, see terms at the end of the file.
4
- %%NAME%% %%VERSION%% */
4
+ odoc 1.3.0 */
5
5
6
6
/* Fonts */
7
7
@import url ('https://fonts.googleapis.com/css?family=Fira+Mono:400,500' );
Original file line number Diff line number Diff line change 16
16
17
17
18
18
19
- let magic = " odoc-%%VERSION%% "
19
+ let magic = " odoc-1.3.0 "
20
20
21
21
let load file ic =
22
22
let m = really_input_string ic (String. length magic) in
Original file line number Diff line number Diff line change 2
2
3
3
(library
4
4
(name parser_)
5
- (preprocess (pps bisect_ppx -conditional))
6
5
(libraries model compat astring))
You can’t perform that action at this time.
0 commit comments