File tree 3 files changed +16
-4
lines changed
3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 44
44
( depends
45
45
( ocaml ( >= 4 .08) )
46
46
( pbrt ( = :version ) )
47
- ( ocaml-protoc ( and ( = :version ) :with -test) )
48
47
( pbrt_yojson ( = :version ) ) )
49
48
( tags ( protobuf encode decode services rpc) ) )
50
49
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ depends: [
12
12
"dune" {>= "2.0"}
13
13
"ocaml" {>= "4.08"}
14
14
"pbrt" {= version}
15
- "ocaml-protoc" {= version & with-test}
16
15
"pbrt_yojson" {= version}
17
16
]
17
+ dev-repo: "git+https://github.com/mransan/ocaml-protoc.git"
18
18
build: [
19
19
["dune" "subst"] {pinned}
20
20
[
@@ -25,8 +25,7 @@ build: [
25
25
"-j"
26
26
jobs
27
27
"@install"
28
- "@runtest" {with-test}
28
+ # "@runtest" {with-test} # no tests
29
29
"@doc" {with-doc}
30
30
]
31
31
]
32
- dev-repo: "git+https://github.com/mransan/ocaml-protoc.git"
Original file line number Diff line number Diff line change
1
+ build: [
2
+ ["dune" "subst"] {pinned}
3
+ [
4
+ "dune"
5
+ "build"
6
+ "-p"
7
+ name
8
+ "-j"
9
+ jobs
10
+ "@install"
11
+ # "@runtest" {with-test} # no tests
12
+ "@doc" {with-doc}
13
+ ]
14
+ ]
You can’t perform that action at this time.
0 commit comments