Skip to content

Commit 1aadcfb

Browse files
committed
Email address of the author has been added
1 parent 0d7baca commit 1aadcfb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_oasis

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Description:
1212
Homepage: https://github.com/avsm/ocaml-lens
1313
Version: 1.0.0
1414
Synopsis: Functional lenses
15-
Authors: Alessandro Strada
15+
Authors: Alessandro Strada <[email protected]>
1616
Maintainers: Paolo Donadeo <[email protected]>
1717
License: BSD-3-clause
1818
Plugins: META (0.4), DevFiles (0.4)

opam/opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ opam-version: "1.2"
22
name: "lens"
33
version: "1.0.0"
44
maintainer: "Paolo Donadeo <[email protected]>"
5-
authors: [ "Alessandro Strada" ]
5+
authors: [ "Alessandro Strada <[email protected]>" ]
66
license: "BSD-3-clause"
77
homepage: "https://github.com/avsm/ocaml-lens"
88
build: [

setup.ml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.3.0 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: 66ff2b1a3b917f20c6b0b61123463535) *)
4+
(* DO NOT EDIT (digest: a174322cadd817e958715b31def1721a) *)
55
(*
66
Regenerated by OASIS v0.4.5
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6685,7 +6685,7 @@ let setup_t =
66856685
license_file = None;
66866686
copyrights = [];
66876687
maintainers = ["Paolo Donadeo <[email protected]>"];
6688-
authors = ["Alessandro Strada"];
6688+
authors = ["Alessandro Strada <[email protected]>"];
66896689
homepage = Some "https://github.com/avsm/ocaml-lens";
66906690
synopsis = "Functional lenses";
66916691
description =
@@ -6770,7 +6770,7 @@ let setup_t =
67706770
};
67716771
oasis_fn = Some "_oasis";
67726772
oasis_version = "0.4.5";
6773-
oasis_digest = Some "kI\140\240\020\221\154T\016(\250wW\011*\164";
6773+
oasis_digest = Some "iA+\019\191\156@g\160\240\225x\140\150\155\249";
67746774
oasis_exec = None;
67756775
oasis_setup_args = [];
67766776
setup_update = false

0 commit comments

Comments
 (0)