diff --git a/packages/html_of_jsx/html_of_jsx.0.0.2/opam b/packages/html_of_jsx/html_of_jsx.0.0.2/opam
new file mode 100644
index 00000000000..e05671ed84b
--- /dev/null
+++ b/packages/html_of_jsx/html_of_jsx.0.0.2/opam
@@ -0,0 +1,42 @@
+opam-version: "2.0"
+synopsis: "Render HTML writing JSX"
+maintainer: ["David Sancho "]
+authors: ["David Sancho "]
+license: "MIT"
+homepage: "https://github.com/davesnx/html_of_jsx"
+bug-reports: "https://github.com/davesnx/html_of_jsx/issues"
+depends: [
+ "dune" {>= "3.8"}
+ "ocaml" {>= "5.0.0"}
+ "reason" {>= "3.10.0"}
+ "ppxlib" {> "0.23.0" & <= "0.31.0"}
+ "alcotest" {with-test}
+ "odoc" {with-doc}
+ "ocamlformat" {= "0.26.1" & with-test}
+ "ocaml-lsp-server" {with-test}
+ "tiny_httpd" {with-test}
+]
+build: [
+ ["dune" "subst"] {dev}
+ [
+ "dune"
+ "build"
+ "-p"
+ name
+ "-j"
+ jobs
+ "@install"
+ "@runtest" {with-test}
+ "@doc" {with-doc}
+ ]
+]
+dev-repo: "git+https://github.com/davesnx/html_of_jsx.git"
+url {
+ src:
+ "https://github.com/davesnx/html_of_jsx/releases/download/0.0.2/html_of_jsx-0.0.2.tbz"
+ checksum: [
+ "sha256=24dc2b9e3726b99d9b0d218289222e7ca66a7250432dc202ecc1b8da4efba0e7"
+ "sha512=c06d87f7e9208dcd7e0ff054c4f2c69d89711474d0da8a43496e3da46c3978a85471e750183fb423e7531efb9fbe5fa432a6729853e49d3226d5eb5ac39b459f"
+ ]
+}
+x-commit-hash: "01b3eabb38996779d11a5ad0b87251bc264ca678"