Skip to content

Commit 6b53815

Browse files
committed
Bump version and improve package commentary
1 parent c62ebab commit 6b53815

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

reason-mode.el

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
11
;;; reason-mode.el --- A major emacs mode for editing Reason (based on rust-mode) -*-lexical-binding: t-*-
22
;; Portions Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
33

4-
5-
;; Version: 0.2.0
4+
;; Version: 0.3.0
65
;; Author: Mozilla
7-
;; Url:
8-
;; Keywords: languages
6+
;; Url: https://github.com/arichiardi/reason-mode
7+
;; Keywords: languages, ocaml
8+
;; Package-Requires: ((emacs "24.0"))
9+
10+
;; This file is NOT part of GNU Emacs.
911

1012
;; This file is distributed under the terms of both the MIT license and the
1113
;; Apache License (version 2.0).
1214

1315
;;; Commentary:
16+
;; This project provides useful functions and helpers for developing code
17+
;; using the Reason programming language (https://facebook.github.io/reason).
18+
;;
19+
;; Reason is an umbrella project that provides a curated layer for OCaml.
20+
;;
21+
;; It offers:
22+
;; - A new, familiar syntax for the battle-tested language that is OCaml.
23+
;; - A workflow for compiling to JavaScript and native code.
24+
;; - A set of friendly documentations, libraries and utilities.
1425
;;
26+
;; See the README.md for more details.
1527

1628
;;; Code:
1729

0 commit comments

Comments
 (0)