this repo has no description
1authors : "Xavier R. Guérin" 2bug-reports : "https://github.com/xguerin/minima.l/issues" 3dev-repo: "git+https://github.com/xguerin/minima.l.git" 4doc : "https://xguer.in/minima.l" 5homepage : "https://github.com/xguerin/minima.l" 6license : "ISC" 7maintainer : "Xavier R. Guérin <ghub@applepine.org>" 8opam-version: "2.0" 9version : "1.0.0" 10 11build: [ 12 ["jbuilder" "build" "-p" name "-j" jobs] 13 [make "test"] {with-test} 14] 15depends: [ 16 "ocaml" {>= "4.05.0"} 17 "jbuilder" {>= "1.0+beta7"} 18 "menhir" {build & >= "20170418" & < "20211215"} 19] 20synopsis: "Minima.l, a minimal Lisp" 21description: "Minimalist Lisp interpreter." 22url { 23 src: 24 "https://github.com/ocaml/opam-source-archives/raw/main/minimal-1.0.0.tar.gz" 25 checksum: [ 26 "sha256=82694518c94fc41909a992d9ba9ff38b56c56f9a48b0aead13f6de3517dd05d1" 27 "md5=eb390419022c23fbf3d0818478b53028" 28 ] 29}