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. -"