From ede8966c44cca6854012078329482a70235a19ce Mon Sep 17 00:00:00 2001 From: Scott Lawrence Date: Wed, 26 Jun 2024 21:16:48 -0700 Subject: Deleted everything but the one script --- agate.opam | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 agate.opam (limited to 'agate.opam') diff --git a/agate.opam b/agate.opam deleted file mode 100644 index c9cea14..0000000 --- a/agate.opam +++ /dev/null @@ -1,33 +0,0 @@ -# This file is generated by dune, edit dune-project instead -opam-version: "2.0" -synopsis: "A strongly typed concatenative language" -description: "A strongly typed concatenative language" -maintainer: ["Scott Lawrence"] -authors: ["Scott Lawrence"] -license: "LICENSE" -tags: ["topics" "to describe" "your" "project"] -homepage: "https://github.com/username/reponame" -doc: "https://url/to/documentation" -bug-reports: "https://github.com/username/reponame/issues" -depends: [ - "ocaml" - "dune" {>= "3.16"} - "sedlex" - "menhir" - "odoc" {with-doc} -] -build: [ - ["dune" "subst"] {dev} - [ - "dune" - "build" - "-p" - name - "-j" - jobs - "@install" - "@runtest" {with-test} - "@doc" {with-doc} - ] -] -dev-repo: "git+https://github.com/username/reponame.git" -- cgit v1.2.3-54-g00ecf