We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb19b3 commit e4637dcCopy full SHA for e4637dc
pbrt_services.opam
@@ -15,6 +15,7 @@ depends: [
15
"ocaml-protoc" {= version & with-test}
16
"pbrt_yojson" {= version}
17
]
18
+dev-repo: "git+https://github.com/mransan/ocaml-protoc.git"
19
build: [
20
["dune" "subst"] {pinned}
21
[
@@ -25,8 +26,7 @@ build: [
25
26
"-j"
27
jobs
28
"@install"
- "@runtest" {with-test}
29
+ # "@runtest" {with-test} # no tests
30
"@doc" {with-doc}
31
32
-dev-repo: "git+https://github.com/mransan/ocaml-protoc.git"
pbrt_services.opam.template
@@ -0,0 +1,14 @@
1
+build: [
2
+ ["dune" "subst"] {pinned}
3
+ [
4
+ "dune"
5
+ "build"
6
+ "-p"
7
+ name
8
+ "-j"
9
+ jobs
10
+ "@install"
11
12
+ "@doc" {with-doc}
13
+ ]
14
+]
0 commit comments