diff --git a/data/articles/emacs-yas.yml b/data/articles/emacs-yas.yml new file mode 100644 index 0000000..7c5f3fd --- /dev/null +++ b/data/articles/emacs-yas.yml @@ -0,0 +1,10 @@ +title: Emacs, expanding abbreviations with YASnippet +synopsis: + A little naive presentation of abbreviation expansion with + YASnippet, in Emacs. +date: 2024-09-25 +authors: [xvw] +link: + url: https://xvw.lol/pages/emacs-yasnippet.html + lang: fra +tags: [emacs] diff --git a/data/articles/tetra-master.yml b/data/articles/tetra-master.yml new file mode 100644 index 0000000..c749da8 --- /dev/null +++ b/data/articles/tetra-master.yml @@ -0,0 +1,10 @@ +title: Tetra-Master hell +synopsis: + An exhaustive presentation of the Final Fantasy 9 card game, + an incomprehensible game with crazy rules. +date: 2023-09-05 +authors: [xvw] +link: + url: https://xvw.lol/pages/tetra-master.html + lang: fra +tags: [game, final-fantasy, ocaml] diff --git a/dune-project b/dune-project index c14a037..37fd868 100644 --- a/dune-project +++ b/dune-project @@ -27,7 +27,7 @@ (cmdliner (= 1.3.0)) - ppx_expect + (ppx_expect :with-test) (ocamlformat :with-dev-setup) (ocp-indent :with-dev-setup) diff --git a/ring.opam b/ring.opam index e0e9310..938a0d9 100644 --- a/ring.opam +++ b/ring.opam @@ -18,7 +18,7 @@ depends: [ "yocaml_eio" {>= "2.0.0"} "yocaml_syndication" {>= "2.0.0"} "cmdliner" {= "1.3.0"} - "ppx_expect" + "ppx_expect" {with-test} "ocamlformat" {with-dev-setup} "ocp-indent" {with-dev-setup} "merlin" {with-dev-setup}