mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
gnu: Add mdopen.
* gnu/packages/rust-apps.scm (mdopen): New variable. * gnu/packages/rust-crates.scm (lookup-cargo-inputs): Add entry for mdopen. Change-Id: Id9cbb70a66ce1bdd96824fa58d15bf928bcfa8b4 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
committed by
Efraim Flashner
parent
2181b0f5fb
commit
ccdfd3190a
@@ -2309,6 +2309,37 @@ specified image or color, easing the process of theme creation.")
|
||||
@code{cffi} bindings as well as rust binaries as python packages.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public mdopen
|
||||
(package
|
||||
(name "mdopen")
|
||||
(properties '((commit . "3858a4d2222ac789b168729ac1ae7b726342526e")))
|
||||
(version (git-version "0.5.0" "0"
|
||||
(assoc-ref properties
|
||||
'commit)))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/immanelg/mdopen")
|
||||
(commit (assoc-ref properties
|
||||
'commit))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "024pv3wg6dg7yh8acpq3m0rrh046zfmcs940jivkjh8i9a5s2k3b"))))
|
||||
(arguments
|
||||
(list
|
||||
#:install-source? #f
|
||||
#:tests? #f)) ;tests are non-functional
|
||||
(build-system cargo-build-system)
|
||||
(inputs (cons* openssl oniguruma
|
||||
(cargo-inputs 'mdopen)))
|
||||
(native-inputs (list pkg-config))
|
||||
(home-page "https://github.com/immanelg/mdopen")
|
||||
(synopsis "Markdown preview server")
|
||||
(description "Quickly preview local markdown files in browser with
|
||||
GitHub-like look.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public mitm-cache
|
||||
(package
|
||||
(name "mitm-cache")
|
||||
|
||||
@@ -2829,6 +2829,10 @@
|
||||
(crate-source "burn-wgpu" "0.20.1"
|
||||
"0260rydlf6frla2y3457g3vn9fw5ch0756z4wj7bp7wvzhmdcy6z"))
|
||||
|
||||
(define rust-bus-2.4.1
|
||||
(crate-source "bus" "2.4.1"
|
||||
"10xpb71c04p2kr67dj3rvc453mbwvcnpqr8vi3dgm10x4b81hwab"))
|
||||
|
||||
(define rust-bv-0.11.1
|
||||
(crate-source "bv" "0.11.1"
|
||||
"0h5kbl54fsccznfixw83xndbripw39y2qkqjwf709p75iqfvnd48"))
|
||||
@@ -13497,6 +13501,10 @@
|
||||
(crate-source "hyper" "1.8.1"
|
||||
"04cxr8j5y86bhxxlyqb8xkxjskpajk7cxwfzzk4v3my3a3rd9cia"))
|
||||
|
||||
(define rust-hyper-1.9.0
|
||||
(crate-source "hyper" "1.9.0"
|
||||
"1jmwbwqcaficskg76kq402gbymbnh2z4v99xwq3l5aa6n8bg16b2"))
|
||||
|
||||
(define rust-hyper-proxy2-0.1.0
|
||||
(crate-source "hyper-proxy2" "0.1.0"
|
||||
"1brzvj6v5rfzq17x6wbg41vcqhpwli87phhlf0f4mg5h7yrbfhwh"))
|
||||
@@ -17740,6 +17748,10 @@
|
||||
(crate-source "minijinja" "2.13.0"
|
||||
"18vgfy2zvdhyfflkm9mic47hp5g3sggkyndc99ngvq3c5blydnqa"))
|
||||
|
||||
(define rust-minijinja-2.19.0
|
||||
(crate-source "minijinja" "2.19.0"
|
||||
"0pdpf9mnicffxdhhi0gpxhf5mn5waa5n4sg5gs2swsqna9rzsnw0"))
|
||||
|
||||
(define rust-miniscript-5.2.0
|
||||
(crate-source "miniscript" "5.2.0"
|
||||
"1qy37gsdx1ljf8xb9ljfc2qzq58387j807i6hm57f6hgw89nxy48"))
|
||||
@@ -22087,6 +22099,10 @@
|
||||
(crate-source "pulldown-cmark" "0.10.3"
|
||||
"14rrzqnv6j64j75558m7gzw6lc9b24057v6415smx1z7cvm9p5vn"))
|
||||
|
||||
(define rust-pulldown-cmark-0.13.3
|
||||
(crate-source "pulldown-cmark" "0.13.3"
|
||||
"1bgxjn869lyyb8yc7cpj0pm1127kmrhh8hfby6b3g27sdn4i8fkw"))
|
||||
|
||||
(define rust-pulldown-cmark-escape-0.10.1
|
||||
(crate-source "pulldown-cmark-escape" "0.10.1"
|
||||
"1lqx7c2f0bx0qq9kkyn18gsa2dl2sk8x5jp8gvdax75w73sqyd5x"))
|
||||
@@ -28901,6 +28917,10 @@
|
||||
(crate-source "tokio" "1.50.0"
|
||||
"0bc2c5kd57p2xd4l6hagb0bkrp798k5vw0f3xzzwy0sf6ws5xb97"))
|
||||
|
||||
(define rust-tokio-1.51.0
|
||||
(crate-source "tokio" "1.51.0"
|
||||
"1k90g0ij7vap4lwz45gr0kq97f637smdmxjyq47vjyjazk0c9l9b"))
|
||||
|
||||
(define rust-tokio-graceful-0.1.6
|
||||
(crate-source "tokio-graceful" "0.1.6"
|
||||
"1rqd6klnc4l4y3iih2k9hv6pxm3jbs4iqh030rs19knblkda8yv2"))
|
||||
@@ -31809,6 +31829,10 @@
|
||||
(crate-source "wasm-bindgen-futures" "0.4.66"
|
||||
"01dzgkcngfgxkgc566vpwkn0gjp0cdf0cbznbs4q2hc4w9chja0r"))
|
||||
|
||||
(define rust-wasm-bindgen-futures-0.4.67
|
||||
(crate-source "wasm-bindgen-futures" "0.4.67"
|
||||
"0znqqp9z52s4ckb94crjlbqbfd7i8zvnjpx7s3nhcwjvj3k3sqh3"))
|
||||
|
||||
(define rust-wasm-bindgen-macro-0.2.100
|
||||
(crate-source "wasm-bindgen-macro" "0.2.100"
|
||||
"01xls2dvzh38yj17jgrbiib1d3nyad7k2yw9s0mpklwys333zrkz"))
|
||||
@@ -32711,6 +32735,10 @@
|
||||
(crate-source "web-sys" "0.3.93"
|
||||
"0dxqkz6cx2gxyfx6fwhig90h76mmhq0j12vlaizhb2g1gsind53l"))
|
||||
|
||||
(define rust-web-sys-0.3.94
|
||||
(crate-source "web-sys" "0.3.94"
|
||||
"02nxnhv349r2gcy8w71cjj6nimww1g2zy20y8r4hhbxi75z04w6d"))
|
||||
|
||||
(define rust-web-time-1.1.0
|
||||
(crate-source "web-time" "1.1.0"
|
||||
"1fx05yqx83dhx628wb70fyy10yjfq1jpl20qfqhdkymi13rq0ras"))
|
||||
@@ -59507,6 +59535,255 @@
|
||||
rust-unicode-ident-1.0.22
|
||||
rust-unicode-linebreak-0.1.5
|
||||
rust-unindent-0.2.4))
|
||||
(mdopen =>
|
||||
(list rust-adler2-2.0.1
|
||||
rust-anyhow-1.0.102
|
||||
rust-ascii-1.1.0
|
||||
rust-atomic-waker-1.1.2
|
||||
rust-base64-0.22.1
|
||||
rust-bincode-1.3.3
|
||||
rust-bitflags-1.3.2
|
||||
rust-bitflags-2.11.0
|
||||
rust-block-buffer-0.10.4
|
||||
rust-bumpalo-3.20.2
|
||||
rust-bus-2.4.1
|
||||
rust-bytes-1.11.1
|
||||
rust-cc-1.2.58
|
||||
rust-cfg-if-1.0.4
|
||||
rust-chunked-transfer-1.5.0
|
||||
rust-core-foundation-0.9.4
|
||||
rust-core-foundation-0.10.1
|
||||
rust-core-foundation-sys-0.8.7
|
||||
rust-cpufeatures-0.2.17
|
||||
rust-crc32fast-1.5.0
|
||||
rust-crossbeam-channel-0.5.15
|
||||
rust-crossbeam-utils-0.8.21
|
||||
rust-crypto-common-0.1.7
|
||||
rust-deranged-0.5.8
|
||||
rust-digest-0.10.7
|
||||
rust-displaydoc-0.2.5
|
||||
rust-encoding-rs-0.8.35
|
||||
rust-env-filter-1.0.1
|
||||
rust-env-logger-0.11.10
|
||||
rust-equivalent-1.0.2
|
||||
rust-errno-0.3.14
|
||||
rust-fastrand-2.3.0
|
||||
rust-find-msvc-tools-0.1.9
|
||||
rust-flate2-1.1.9
|
||||
rust-fnv-1.0.7
|
||||
rust-foldhash-0.1.5
|
||||
rust-foreign-types-0.3.2
|
||||
rust-foreign-types-shared-0.1.1
|
||||
rust-form-urlencoded-1.2.2
|
||||
rust-fsevent-sys-4.1.0
|
||||
rust-futures-channel-0.3.32
|
||||
rust-futures-core-0.3.32
|
||||
rust-futures-io-0.3.32
|
||||
rust-futures-sink-0.3.32
|
||||
rust-futures-task-0.3.32
|
||||
rust-futures-util-0.3.32
|
||||
rust-generic-array-0.14.7
|
||||
rust-getrandom-0.2.17
|
||||
rust-getrandom-0.4.2
|
||||
rust-h2-0.4.13
|
||||
rust-hashbrown-0.15.5
|
||||
rust-hashbrown-0.16.1
|
||||
rust-heck-0.5.0
|
||||
rust-hermit-abi-0.5.2
|
||||
rust-http-1.4.0
|
||||
rust-http-body-1.0.1
|
||||
rust-http-body-util-0.1.3
|
||||
rust-httparse-1.10.1
|
||||
rust-httpdate-1.0.3
|
||||
rust-hyper-1.9.0
|
||||
rust-hyper-rustls-0.27.7
|
||||
rust-hyper-tls-0.6.0
|
||||
rust-hyper-util-0.1.20
|
||||
rust-icu-collections-2.2.0
|
||||
rust-icu-locale-core-2.2.0
|
||||
rust-icu-normalizer-2.2.0
|
||||
rust-icu-normalizer-data-2.2.0
|
||||
rust-icu-properties-2.2.0
|
||||
rust-icu-properties-data-2.2.0
|
||||
rust-icu-provider-2.2.0
|
||||
rust-id-arena-2.3.0
|
||||
rust-idna-1.1.0
|
||||
rust-idna-adapter-1.2.1
|
||||
rust-indexmap-2.13.1
|
||||
rust-inotify-0.11.1
|
||||
rust-inotify-sys-0.1.5
|
||||
rust-ipnet-2.12.0
|
||||
rust-iri-string-0.7.12
|
||||
rust-is-docker-0.2.0
|
||||
rust-is-wsl-0.4.0
|
||||
rust-itoa-1.0.18
|
||||
rust-jiff-0.2.23
|
||||
rust-jiff-static-0.2.23
|
||||
rust-js-sys-0.3.94
|
||||
rust-kqueue-1.1.1
|
||||
rust-kqueue-sys-1.0.4
|
||||
rust-leb128fmt-0.1.0
|
||||
rust-lexopt-0.3.2
|
||||
rust-libc-0.2.184
|
||||
rust-linked-hash-map-0.5.6
|
||||
rust-linux-raw-sys-0.12.1
|
||||
rust-litemap-0.8.2
|
||||
rust-log-0.4.29
|
||||
rust-memchr-2.8.0
|
||||
rust-memo-map-0.3.3
|
||||
rust-mime-0.3.17
|
||||
rust-minijinja-2.19.0
|
||||
rust-miniz-oxide-0.8.9
|
||||
rust-mio-1.2.0
|
||||
rust-native-tls-0.2.18
|
||||
rust-notify-8.2.0
|
||||
rust-notify-types-2.1.0
|
||||
rust-num-conv-0.2.1
|
||||
rust-num-cpus-1.17.0
|
||||
rust-once-cell-1.21.4
|
||||
rust-onig-6.5.1
|
||||
rust-onig-sys-69.9.1
|
||||
rust-open-5.3.3
|
||||
rust-openssl-0.10.76
|
||||
rust-openssl-macros-0.1.1
|
||||
rust-openssl-probe-0.2.1
|
||||
rust-openssl-sys-0.9.112
|
||||
rust-parking-lot-core-0.9.12
|
||||
rust-pathdiff-0.2.3
|
||||
rust-percent-encoding-2.3.2
|
||||
rust-pin-project-lite-0.2.17
|
||||
rust-pkg-config-0.3.32
|
||||
rust-plist-1.8.0
|
||||
rust-portable-atomic-1.13.1
|
||||
rust-portable-atomic-util-0.2.6
|
||||
rust-potential-utf-0.1.5
|
||||
rust-powerfmt-0.2.0
|
||||
rust-prettyplease-0.2.37
|
||||
rust-proc-macro2-1.0.106
|
||||
rust-pulldown-cmark-0.13.3
|
||||
rust-pulldown-cmark-escape-0.11.0
|
||||
rust-quick-xml-0.38.4
|
||||
rust-quote-1.0.45
|
||||
rust-r-efi-6.0.0
|
||||
rust-redox-syscall-0.5.18
|
||||
rust-regex-syntax-0.8.10
|
||||
rust-reqwest-0.12.28
|
||||
rust-ring-0.17.14
|
||||
rust-rustix-1.1.4
|
||||
rust-rustls-0.23.37
|
||||
rust-rustls-pki-types-1.14.0
|
||||
rust-rustls-webpki-0.103.10
|
||||
rust-rustversion-1.0.22
|
||||
rust-ryu-1.0.23
|
||||
rust-same-file-1.0.6
|
||||
rust-schannel-0.1.29
|
||||
rust-security-framework-3.7.0
|
||||
rust-security-framework-sys-2.17.0
|
||||
rust-semver-1.0.27
|
||||
rust-serde-1.0.228
|
||||
rust-serde-core-1.0.228
|
||||
rust-serde-derive-1.0.228
|
||||
rust-serde-json-1.0.149
|
||||
rust-serde-urlencoded-0.7.1
|
||||
rust-sha1-0.10.6
|
||||
rust-shlex-1.3.0
|
||||
rust-simd-adler32-0.3.9
|
||||
rust-slab-0.4.12
|
||||
rust-smallvec-1.15.1
|
||||
rust-socket2-0.6.3
|
||||
rust-stable-deref-trait-1.2.1
|
||||
rust-subtle-2.6.1
|
||||
rust-syn-2.0.117
|
||||
rust-sync-wrapper-1.0.2
|
||||
rust-synstructure-0.13.2
|
||||
rust-syntect-5.3.0
|
||||
rust-system-configuration-0.7.0
|
||||
rust-system-configuration-sys-0.6.0
|
||||
rust-tempfile-3.27.0
|
||||
rust-thiserror-2.0.18
|
||||
rust-thiserror-impl-2.0.18
|
||||
rust-time-0.3.47
|
||||
rust-time-core-0.1.8
|
||||
rust-time-macros-0.2.27
|
||||
rust-tiny-http-0.12.0
|
||||
rust-tinystr-0.8.3
|
||||
rust-tokio-1.51.0
|
||||
rust-tokio-native-tls-0.3.1
|
||||
rust-tokio-rustls-0.26.4
|
||||
rust-tokio-util-0.7.18
|
||||
rust-tower-0.5.3
|
||||
rust-tower-http-0.6.8
|
||||
rust-tower-layer-0.3.3
|
||||
rust-tower-service-0.3.3
|
||||
rust-tracing-0.1.44
|
||||
rust-tracing-core-0.1.36
|
||||
rust-try-lock-0.2.5
|
||||
rust-typenum-1.19.0
|
||||
rust-unicase-2.9.0
|
||||
rust-unicode-ident-1.0.24
|
||||
rust-unicode-xid-0.2.6
|
||||
rust-untrusted-0.9.0
|
||||
rust-url-2.5.8
|
||||
rust-utf8-iter-1.0.4
|
||||
rust-vcpkg-0.2.15
|
||||
rust-version-check-0.9.5
|
||||
rust-walkdir-2.5.0
|
||||
rust-want-0.3.1
|
||||
rust-wasi-0.11.1+wasi-snapshot-preview1
|
||||
rust-wasip2-1.0.2+wasi-0.2.9
|
||||
rust-wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06
|
||||
rust-wasm-bindgen-0.2.117
|
||||
rust-wasm-bindgen-futures-0.4.67
|
||||
rust-wasm-bindgen-macro-0.2.117
|
||||
rust-wasm-bindgen-macro-support-0.2.117
|
||||
rust-wasm-bindgen-shared-0.2.117
|
||||
rust-wasm-encoder-0.244.0
|
||||
rust-wasm-metadata-0.244.0
|
||||
rust-wasmparser-0.244.0
|
||||
rust-web-sys-0.3.94
|
||||
rust-winapi-util-0.1.11
|
||||
rust-windows-link-0.2.1
|
||||
rust-windows-registry-0.6.1
|
||||
rust-windows-result-0.4.1
|
||||
rust-windows-strings-0.5.1
|
||||
rust-windows-sys-0.52.0
|
||||
rust-windows-sys-0.60.2
|
||||
rust-windows-sys-0.61.2
|
||||
rust-windows-targets-0.52.6
|
||||
rust-windows-targets-0.53.5
|
||||
rust-windows-aarch64-gnullvm-0.52.6
|
||||
rust-windows-aarch64-gnullvm-0.53.1
|
||||
rust-windows-aarch64-msvc-0.52.6
|
||||
rust-windows-aarch64-msvc-0.53.1
|
||||
rust-windows-i686-gnu-0.52.6
|
||||
rust-windows-i686-gnu-0.53.1
|
||||
rust-windows-i686-gnullvm-0.52.6
|
||||
rust-windows-i686-gnullvm-0.53.1
|
||||
rust-windows-i686-msvc-0.52.6
|
||||
rust-windows-i686-msvc-0.53.1
|
||||
rust-windows-x86-64-gnu-0.52.6
|
||||
rust-windows-x86-64-gnu-0.53.1
|
||||
rust-windows-x86-64-gnullvm-0.52.6
|
||||
rust-windows-x86-64-gnullvm-0.53.1
|
||||
rust-windows-x86-64-msvc-0.52.6
|
||||
rust-windows-x86-64-msvc-0.53.1
|
||||
rust-wit-bindgen-0.51.0
|
||||
rust-wit-bindgen-core-0.51.0
|
||||
rust-wit-bindgen-rust-0.51.0
|
||||
rust-wit-bindgen-rust-macro-0.51.0
|
||||
rust-wit-component-0.244.0
|
||||
rust-wit-parser-0.244.0
|
||||
rust-writeable-0.6.3
|
||||
rust-yaml-rust-0.4.5
|
||||
rust-yoke-0.8.2
|
||||
rust-yoke-derive-0.8.2
|
||||
rust-zerofrom-0.1.7
|
||||
rust-zerofrom-derive-0.1.7
|
||||
rust-zeroize-1.8.2
|
||||
rust-zerotrie-0.2.4
|
||||
rust-zerovec-0.11.6
|
||||
rust-zerovec-derive-0.11.3
|
||||
rust-zmij-1.0.21))
|
||||
(mergiraf =>
|
||||
(list rust-adler2-2.0.1
|
||||
rust-aho-corasick-1.1.4
|
||||
|
||||
Reference in New Issue
Block a user