Skip to content

Commit

Permalink
Merge pull request #21775 from Gopiandcode/gopcaml-mode-0.0.6-release
Browse files Browse the repository at this point in the history
[new release] gopcaml-mode 0.0.6 and gopcaml-mode-merlin 0.0.6
  • Loading branch information
kit-ty-kate authored Jul 12, 2022
2 parents c2bd171 + e7b768a commit 5e90734
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 0 deletions.
46 changes: 46 additions & 0 deletions packages/gopcaml-mode-merlin/gopcaml-mode-merlin.0.0.6/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
opam-version: "2.0"
synopsis:
"Ultimate Ocaml editing plugin, providing advanced structural editing, movement and analysis in Emacs (uses Merlin parser)"
description:
"Gopcaml-mode is a plugin for emacs for editing OCaml code. It aims to extend existing Emacs editing experience to closer match the features in modern IDEs (uses Merlin's error tolerant parser)."
maintainer: ["[email protected]"]
authors: ["Kiran Gopinathan"]
license: "GPL-3.0-only"
homepage: "https://gitlab.com/gopiandcode/gopcaml-mode"
bug-reports: "https://gitlab.com/gopiandcode/gopcaml-mode/issues"
depends: [
"merlin" {>= "2.5.0"}
"merlin-lib" {>= "4.6-414"}
"ocp-indent" {>= "1.0.0"}
"tuareg" {>= "2.0.7"}
"ocaml" {>= "4.08.0"}
"core" {>= "v0.15.0"}
"ppx_deriving" {>= "4.4"}
"ecaml" {>= "v0.15.0"}
"dune" {>= "2.9.0"}
]

conflicts: [
"gopcaml-mode"
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://gitlab.com/gopiandcode/gopcaml-mode.git"
url {
src: "https://gitlab.com/gopiandcode/gopcaml-mode/-/archive/0.0.6-merlin-fix/gopcaml-mode-0.0.6-merlin-fix.tar.gz"
checksum: "md5=013ee8bba8ec0013999508f1f3759277"
}


39 changes: 39 additions & 0 deletions packages/gopcaml-mode/gopcaml-mode.0.0.6/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
opam-version: "2.0"
synopsis:
"Ultimate Ocaml editing plugin, providing advanced structural editing, movement and analysis in Emacs"
description:
"Gopcaml-mode is a plugin for emacs for editing OCaml code. It aims to extend existing Emacs editing experience to closer match the features in modern IDEs."
maintainer: ["[email protected]"]
authors: ["Kiran Gopinathan"]
license: "GPL-3.0-only"
homepage: "https://gitlab.com/gopiandcode/gopcaml-mode"
bug-reports: "https://gitlab.com/gopiandcode/gopcaml-mode/issues"
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.9.0"}
"core" {>= "v0.13.0"}
"ppx_deriving" {>= "4.4.0"}
"ecaml" {>= "v0.15.0"}
"ocaml-migrate-parsetree" {>= "2.4.0"}
"merlin" {>= "2.5.0"}
"ocp-indent" {>= "1.0.0"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://gitlab.com/gopiandcode/gopcaml-mode.git"
url {
src: "https://gitlab.com/gopiandcode/gopcaml-mode/-/archive/0.0.6-fix-2/gopcaml-mode-0.0.6-fix-2.tar.gz"
checksum: "md5=063079cf58a69e5bd0177d32c3c7bca3"
}

0 comments on commit 5e90734

Please sign in to comment.