emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] master 08f367a: * externals-list: Add package `caml`


From: Stefan Monnier
Subject: [nongnu] master 08f367a: * externals-list: Add package `caml`
Date: Sat, 21 Nov 2020 01:22:54 -0500 (EST)

branch: master
commit 08f367aa092e4beb94971b3c430347e4f329ee64
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * externals-list: Add package `caml`
---
 externals-list | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/externals-list b/externals-list
index 4db08fb..cef2ba3 100644
--- a/externals-list
+++ b/externals-list
@@ -1,9 +1,11 @@
 ;; -*- lisp-data -*-
 
-;; List of packages that are maintained externally.
+;; List of packages.
 ;; The list is made of elements of the form (NAME . PLIST)
+;; Every package needs a corresponding Git branch in the repository
+;; with name `externals/NAME`.
 ;;
-;; Where PLIST uses the following properties
+;; PLIST uses the following properties
 ;;
 ;; :external URL
 ;;   This specifies the location of the upstream code, usually a Git URL.
@@ -26,6 +28,10 @@
 ;;   in the NonGNU-devel archive.
 
 (
+ ("caml"               :external "https://github.com/ocaml/caml-mode";
+  ;; The version 4.7.1 from Melpa-stable seems to correspond to
+  ;; revision a9134009.
+  :version-map ((nil "4.7.1" "a9134009bd037a39cbda21806867d0534d340bca")))
  ("sly"                        :external "https://github.com/joaotavora/sly";
   :version-map (("1.0.0-beta-3" "1.0.0beta3")))
  )



reply via email to

[Prev in Thread] Current Thread [Next in Thread]