Skip to content

Commit 5c4ac93

Browse files
author
Koonwen Lee
committed
dune-project/.opam: change maintainer to email addr
1 parent 7c0418c commit 5c4ac93

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
(source
66
(github koonwen/obatcher))
77
(authors "Lee Koon Wen" "Kiran Gopinathan" "Arthur Wendling")
8-
(maintainers "Lee Koon Wen")
8+
(maintainers "koonwen@gmail.com")
99
(license "ISC")
1010
(documentation https://koonwen.github.io/obatcher)
1111

obatcher.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
opam-version: "2.0"
33
synopsis: "A Framework for building Batched Concurrent Data Structures"
44
description: ""
5-
maintainer: ["Lee Koon Wen"]
5+
maintainer: ["koonwen@gmail.com"]
66
authors: ["Lee Koon Wen" "Kiran Gopinathan" "Arthur Wendling"]
77
license: "ISC"
88
homepage: "https://github.com/koonwen/obatcher"

test/test_ds.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[@@@alert "-unsafe"]
12
open Containers
23
open QCheck
34

0 commit comments

Comments
 (0)