From 09d662b7fdda433da6991a900753def44815893f Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Thu, 26 Apr 2018 11:31:24 +0100 Subject: [PATCH] Split opam descr --- core.descr | 5 +++++ core.opam | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) create mode 100644 core.descr diff --git a/core.descr b/core.descr new file mode 100644 index 00000000..0ed2a751 --- /dev/null +++ b/core.descr @@ -0,0 +1,5 @@ +Industrial strength alternative to OCaml's standard library + +The Core suite of libraries is an industrial strength alternative to +OCaml's standard library that was developed by Jane Street, the +largest industrial user of OCaml. diff --git a/core.opam b/core.opam index 5e88651b..080874b3 100644 --- a/core.opam +++ b/core.opam @@ -24,10 +24,3 @@ depends: [ "ppxlib" {>= "0.1.0"} ] available: [ ocaml-version >= "4.04.1" ] -descr: " -Industrial strength alternative to OCaml's standard library - -The Core suite of libraries is an industrial strength alternative to -OCaml's standard library that was developed by Jane Street, the -largest industrial user of OCaml. -"