Skip to content

Commit 764ec4f

Browse files
committed
add descriptions to opam files
1 parent 78681a5 commit 764ec4f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

junit.opam

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ build: [
2222
name: "junit"
2323
version: "dev"
2424
synopsis: "JUnit XML reports generation library"
25+
description: "JUnit XML reports generation library"

junit_alcotest.opam

+1
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ build: [
2121
name: "junit_alcotest"
2222
version: "dev"
2323
synopsis: "JUnit XML reports generation for alcotest tests"
24+
description: "JUnit XML reports generation for alcotest tests"

junit_ounit.opam

+1
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ build: [
2121
name: "junit_ounit"
2222
version: "dev"
2323
synopsis: "JUnit XML reports generation for OUnit tests"
24+
description: "JUnit XML reports generation for OUnit tests"

0 commit comments

Comments
 (0)