package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.17.2.tbz
sha256=9deafeed0ecfe9e65e642cd8e6197f0864f73fcd7b94b5b199ae4d2e07a2ea64
sha512=1e85bb297a12c9571b8645541d85a719deffb619d5e4f48dbf4566ac14e9f385d8a05342698a6f9c81ba17325b1da4ad004a5772d66cd88ed135c43d43e88f9e

Description

Dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

Dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

Dune is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 25 Jan 2025

README

README.md

A Composable Build System for OCaml

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08"

Dev Dependencies (15)

  1. melange with-dev-setup & >= "4.0.0-51" & os != "win32"
  2. utop with-dev-setup & >= "2.6.0" & os != "win32"
  3. ctypes with-dev-setup & os != "win32"
  4. ppxlib with-dev-setup & os != "win32"
  5. ppx_inline_test with-dev-setup & os != "win32"
  6. ppx_expect with-dev-setup & >= "v0.17" & os != "win32"
  7. odoc with-dev-setup & >= "2.4.0" & os != "win32"
  8. ocamlfind with-dev-setup & os != "win32"
  9. menhir with-dev-setup & os != "win32"
  10. mdx with-dev-setup & >= "2.3.0" & os != "win32"
  11. js_of_ocaml-compiler with-dev-setup & os != "win32"
  12. js_of_ocaml with-dev-setup & os != "win32"
  13. csexp with-dev-setup & >= "1.3.0"
  14. cinaps with-dev-setup
  15. lwt with-dev-setup & os != "win32"

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. abella >= "2.0.8"
  7. absolute
  8. abstract_algebra
  9. accessor
  10. accessor_async
  11. accessor_base
  12. accessor_core
  13. acgtk >= "1.4.0"
  14. aches
  15. aches-lwt
  16. acp4
  17. acpc >= "2.0.0"
  18. activitypub
  19. activitypub_client
  20. activitypub_gui
  21. activitypub_server
  22. activitypub_server_gui
  23. adelfa
  24. adobe_font_metrics
  25. advi
  26. afl-persistent >= "1.4"
  27. agrid
  28. ahrocksdb
  29. aifad >= "2.2.1"
  30. alba >= "0.4.1"
  31. albatross
  32. alcotest >= "0.8.5"
  33. alcotest-async >= "0.8.5"
  34. alcotest-js
  35. alcotest-lwt >= "0.8.5"
  36. alcotest-mirage
  37. alg_structs
  38. alg_structs_qcheck
  39. algaeff
  40. alonzo
  41. alsa >= "0.3.0"
  42. alt-ergo >= "2.3.0"
  43. alt-ergo-free >= "2.3.3.dune3"
  44. alt-ergo-lib >= "2.4.2"
  45. alt-ergo-lib-free >= "2.3.3.dune3"
  46. alt-ergo-parsers
  47. alt-ergo-parsers-free
  48. alt-ergo-plugin-ab-why3
  49. altgr-ergo >= "2.3.0"
  50. ambient-context
  51. ambient-context-eio
  52. ambient-context-lwt
  53. amqp-client >= "2.0.3"
  54. amqp-client-async >= "2.0.3"
  55. amqp-client-lwt >= "2.0.3"
  56. anders
  57. angstrom >= "0.11.1"
  58. angstrom-async >= "0.11.1"
  59. angstrom-lwt-unix >= "0.11.1"
  60. angstrom-unix >= "0.11.1"
  61. ansi
  62. ansi-parse >= "0.4.0"
  63. ansifmt
  64. anthill
  65. antic != "0.3.1"
  66. ao >= "0.2.2"
  67. api-watch
  68. apronext
  69. arb != "0.3.1"
  70. archetype < "1.0.0" | >= "1.2.1"
  71. archi
  72. archi-async
  73. archi-lwt
  74. arg-complete
  75. argon2 >= "1.0.0"
  76. argsh
  77. arp >= "1.0.0"
  78. arp-mirage
  79. arrakis
  80. arrayjit
  81. art
  82. asai
  83. asak
  84. ascend
  85. ask
  86. ask-integrator
  87. asli >= "0.2.0"
  88. asn1-combinators >= "0.2.2"
  89. ast_generic
  90. async >= "v0.12.0"
  91. async-uri
  92. async_durable >= "v0.12.0"
  93. async_extra >= "v0.12.0"
  94. async_find >= "v0.12.0"
  95. async_graphics >= "0.7.0"
  96. async_inotify >= "v0.12.0"
  97. async_interactive >= "v0.12.0"
  98. async_js >= "v0.12.0"
  99. async_kernel >= "v0.12.0"
  100. async_log
  101. async_rpc_kernel >= "v0.12.0"
  102. async_rpc_websocket
  103. async_sendfile >= "v0.12.0"
  104. async_shell >= "v0.12.0"
  105. async_smtp >= "v0.12.0"
  106. async_ssl >= "v0.12.0"
  107. async_udp
  108. async_unix >= "v0.12.0"
  109. async_websocket
  110. atable
  111. atacama
  112. atd >= "2.2.1"
  113. atdd
  114. atdgen >= "2.2.1"
  115. atdgen-codec-runtime
  116. atdgen-runtime >= "2.2.1"
  117. atdj >= "2.2.1" & < "20151001.01"
  118. atdpy
  119. atds
  120. atdts
  121. atomic < "base"
  122. autofonce
  123. autofonce_config
  124. autofonce_core
  125. autofonce_lib
  126. autofonce_m4
  127. autofonce_misc
  128. autofonce_patch
  129. autofonce_share
  130. avro
  131. avro-compiler
  132. awa
  133. awa-lwt
  134. awa-mirage
  135. aws >= "1.2"
  136. aws-async
  137. aws-autoscaling >= "1.2"
  138. aws-cloudformation >= "1.2"
  139. aws-cloudtrail >= "1.2"
  140. aws-cloudwatch
  141. aws-config
  142. aws-ec2 >= "1.2"
  143. aws-elasticache
  144. aws-elasticloadbalancing >= "1.2"
  145. aws-lwt
  146. aws-rds
  147. aws-route53
  148. aws-s3 >= "4.0.0"
  149. aws-s3-async >= "4.0.0"
  150. aws-s3-lwt >= "4.0.0"
  151. aws-sdb >= "1.2"
  152. aws-sqs
  153. aws-ssm >= "1.2"
  154. aws-sts >= "1.2"
  155. awsm
  156. awsm-async
  157. awsm-codegen
  158. awsm-lwt
  159. azblob
  160. azblob-async
  161. azure-cosmos-db
  162. babel
  163. baby
  164. backoff
  165. bag
  166. baguette_sharp >= "2.2.1-1"
  167. bam
  168. bam-ppx
  169. bare_encoding
  170. bark
  171. base >= "v0.12.0"
  172. base32
  173. base64 >= "2.3.0"
  174. base_bigstring
  175. base_quickcheck >= "v0.12.1"
  176. base_trie
  177. bastet
  178. bastet_async
  179. bastet_lwt
  180. batch_jaro_winkler
  181. batsat
  182. batteries >= "3.7.1"
  183. bddrand
  184. bech32
  185. bechamel
  186. bechamel-js
  187. bechamel-notty
  188. bechamel-perf
  189. beluga >= "1.0"
  190. benchmark >= "1.6"
  191. benchpress
  192. benchpress-server
  193. bencode >= "2.0"
  194. bentov
  195. bestline
  196. bheap >= "2.0.0"
  197. bidirectional_map
  198. bigarray-compat
  199. bigarray-overlap
  200. bigdecimal
  201. bignum >= "v0.12.0"
  202. bigstring >= "0.3"
  203. bigstring-unix >= "0.3"
  204. bigstringaf >= "0.5.0"
  205. bimage
  206. bimage-display
  207. bimage-gtk
  208. bimage-io
  209. bimage-lwt
  210. bimage-sdl
  211. bimage-unix
  212. bimap
  213. bin_prot >= "v0.12.0"
  214. bin_tree
  215. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  216. binaryen_dsl
  217. bindlib >= "6.0.0"
  218. biniou >= "1.2.1"
  219. binning
  220. binsec >= "0.4.0"
  221. bio_io
  222. biocaml >= "0.9.0"
  223. biotk
  224. bisect_ppx >= "1.4.0"
  225. bistro >= "0.5.0"
  226. bistro-bio
  227. bitcoin >= "3.0"
  228. bitcoin-cohttp-async
  229. bitcoin-cohttp-lwt
  230. bitcoin-ocurl
  231. bitcoinml >= "0.4.1"
  232. bitgenerators
  233. bitlib
  234. bitmasks >= "1.2.0"
  235. bitpack_serializer
  236. bitstring >= "3.1.1"
  237. bitv >= "1.4"
  238. bitwuzla
  239. bitwuzla-bin < "1.0.0"
  240. bitwuzla-c
  241. bitwuzla-cxx
  242. bjack >= "0.1.6"
  243. blake3
  244. bloomf
  245. bls12-381 < "18.0" | >= "19.0"
  246. bls12-381-gen
  247. bls12-381-hash
  248. bls12-381-js
  249. bls12-381-js-gen
  250. bls12-381-legacy
  251. bls12-381-signature
  252. bls12-381-unix
  253. blurhash
  254. bnfgen
  255. bogue
  256. bogue-tutorials
  257. boltzgen
  258. bonsai
  259. boulangerie
  260. box
  261. brr-lwd
  262. bson2
  263. bst >= "7.0.1"
  264. buffer-pool
  265. build_path_prefix_map >= "0.3"
  266. builder
  267. builder-web
  268. bun >= "0.3.4"
  269. bwd
  270. bwrap
  271. bytearray >= "1.0.1"
  272. bytebuffer
  273. bytepdf
  274. bytestring
  275. bz2
  276. ca-certs
  277. ca-certs-nss
  278. cachet
  279. cachet-lwt
  280. cachet-solo5
  281. cactus
  282. cairn
  283. cairo2 >= "0.6"
  284. cairo2-gtk
  285. cairo2-pango
  286. caisar
  287. caisar-ir
  288. caisar-nnet
  289. caisar-onnx
  290. caisar-ovo
  291. caisar-xgboost
  292. calcium != "0.3.1"
  293. calculon >= "0.4"
  294. calculon-redis
  295. calculon-redis-lib
  296. calculon-web >= "0.4"
  297. caldav
  298. calendar >= "3.0.0"
  299. calendars
  300. calipso
  301. calli
  302. callipyge >= "0.2"
  303. camelot
  304. camels
  305. camelsnakekebab
  306. camlimages >= "5.0.2"
  307. camlix
  308. camlkit
  309. camlkit-base
  310. camlkit-gui
  311. camlon >= "3.1.0"
  312. camlp-streams
  313. camlrack
  314. camltc >= "0.9.8"
  315. camomile >= "1.0.2"
  316. camyll
  317. canary
  318. capitalization
  319. capnp >= "3.5.0"
  320. capnp-rpc >= "0.3.2"
  321. capnp-rpc-lwt >= "0.3.2"
  322. capnp-rpc-mirage >= "0.3.2"
  323. capnp-rpc-net
  324. capnp-rpc-unix >= "0.3.2"
  325. caqti >= "1.0.0"
  326. caqti-async >= "1.0.0"
  327. caqti-driver-mariadb >= "1.0.0"
  328. caqti-driver-pgx
  329. caqti-driver-postgresql >= "1.0.0"
  330. caqti-driver-sqlite3 >= "1.0.0"
  331. caqti-dynload >= "1.0.0"
  332. caqti-eio
  333. caqti-lwt >= "1.0.0"
  334. caqti-mirage
  335. caqti-tls
  336. caqti-type-calendar >= "1.0.0"
  337. carbon
  338. carray
  339. carton
  340. carton-git
  341. carton-git-lwt
  342. carton-lwt
  343. carton-miou-unix
  344. castore
  345. catala
  346. catapult
  347. catapult-client
  348. catapult-daemon
  349. catapult-file
  350. catapult-sqlite
  351. catt
  352. cb-check
  353. cbor >= "0.3"
  354. cborl
  355. ccbg
  356. cconv >= "0.5"
  357. cconv-ppx
  358. cdb
  359. cdrom >= "0.9.4"
  360. ceph
  361. certify >= "0.3.0"
  362. cf
  363. cf-lwt
  364. cfg >= "2.2.0"
  365. cfml
  366. cfstream >= "1.3.1"
  367. chacha
  368. chamelon-unix
  369. chamo >= "4.0"
  370. charInfo_width
  371. charrua
  372. charrua-client >= "0.11.2"
  373. charrua-client-lwt >= "0.11.2"
  374. charrua-client-mirage >= "0.11.2"
  375. charrua-core >= "0.11.2"
  376. charrua-server
  377. charrua-unix >= "0.11.2"
  378. charset
  379. chartjs
  380. chartjs-annotation
  381. chartjs-colorschemes
  382. chartjs-datalabels
  383. chartjs-streaming
  384. chase
  385. checked_oint
  386. checkseum = "0.0.3" | >= "0.2.1"
  387. choice >= "0.4"
  388. chrome-trace
  389. cid
  390. cinaps >= "v0.12.0"
  391. clangml >= "4.0.0"
  392. clangml-transforms >= "0.24"
  393. clap >= "0.2.0"
  394. clarity >= "0.4.0"
  395. clarity-lang
  396. class_group_vdf
  397. clim
  398. clim-ppx
  399. climate
  400. cll
  401. clp_operations
  402. clz
  403. cmarker
  404. cmdlang
  405. cmdlang-stdlib-runner
  406. cmdlang-to-base
  407. cmdlang-to-climate
  408. cmdlang-to-cmdliner
  409. cmdliner-stdlib
  410. cmon
  411. coap
  412. coap-core
  413. coap-server-lwt
  414. cobs
  415. codept >= "0.10.3" & != "0.11.1"
  416. codicons
  417. cohttp >= "1.1.1"
  418. cohttp-async >= "1.1.1"
  419. cohttp-bench
  420. cohttp-curl
  421. cohttp-curl-async
  422. cohttp-curl-lwt
  423. cohttp-eio
  424. cohttp-lwt >= "1.1.1"
  425. cohttp-lwt-jsoo >= "1.1.1"
  426. cohttp-lwt-unix >= "1.1.1"
  427. cohttp-mirage >= "1.1.1"
  428. cohttp-server-lwt-unix
  429. cohttp-top >= "1.1.1"
  430. cohttp_async_websocket
  431. cohttp_static_handler
  432. coin >= "0.1.1"
  433. colibri2
  434. colombe
  435. color >= "0.2.0"
  436. color-brewery
  437. colors
  438. combic
  439. combinaml
  440. combinat
  441. comby >= "1.4.0"
  442. comby-kernel
  443. comby-semantic
  444. command_rpc >= "v0.12.0"
  445. compsort
  446. conan
  447. conan-cli
  448. conan-database
  449. conan-lwt
  450. conan-unix
  451. conduit >= "1.3.0"
  452. conduit-async >= "1.3.0"
  453. conduit-lwt >= "1.3.0"
  454. conduit-lwt-unix >= "1.3.0"
  455. conduit-mirage
  456. conex >= "0.10.0"
  457. conex-mirage-crypto
  458. conex-nocrypto
  459. confero
  460. config
  461. config-file >= "1.2.1"
  462. conformist
  463. containers >= "2.4"
  464. containers-data
  465. containers-thread
  466. content_security_policy
  467. cookie
  468. cookies
  469. coq >= "8.14.0"
  470. coq-catt-plugin
  471. coq-core
  472. coq-lsp
  473. coq-of-ocaml >= "2.4.1"
  474. coq-serapi >= "8.9.0+0.6.0"
  475. coq-stdlib
  476. coq-waterproof
  477. coqide >= "8.14.0"
  478. coqide-server
  479. core >= "v0.12.0"
  480. core-and-more
  481. core_bench >= "v0.12.0"
  482. core_compat
  483. core_extended >= "v0.12.0"
  484. core_kernel >= "v0.12.3"
  485. core_profiler >= "v0.12.0"
  486. core_unix
  487. corosync
  488. cosovo
  489. cow >= "2.4.0"
  490. cowabloga >= "0.5.0"
  491. cpm >= "12.1.2"
  492. cppo >= "1.6.6"
  493. cppo_ocamlbuild >= "1.6.6"
  494. cps_toolbox
  495. cpu
  496. cpuid >= "0.1.2"
  497. crc >= "2.1.0"
  498. crlibm >= "0.3"
  499. crontab
  500. crowbar >= "0.2"
  501. crunch >= "2.2.0"
  502. cry >= "0.6.5"
  503. cryptokit >= "1.16.1"
  504. csexp
  505. css
  506. css-parser
  507. cstruct >= "3.3.0"
  508. cstruct-async >= "3.3.0"
  509. cstruct-lwt >= "3.3.0"
  510. cstruct-sexp
  511. cstruct-unix >= "3.3.0"
  512. csv >= "2.2"
  513. csv-lwt >= "2.1"
  514. csvfields >= "v0.12.0"
  515. csvtool
  516. ctoxml
  517. ctypes >= "0.21.1"
  518. ctypes-foreign >= "0.21.1"
  519. ctypes-zarith
  520. ctypes_stubs_js
  521. cucumber
  522. cudajit
  523. cudf >= "0.10"
  524. cue_sheet_maker
  525. cuid >= "0.2"
  526. cumulus
  527. curly >= "0.2.0"
  528. current
  529. current-albatross-deployer
  530. current-web-pipelines
  531. current_ansi
  532. current_docker
  533. current_examples
  534. current_git
  535. current_github
  536. current_gitlab
  537. current_incr
  538. current_ocluster
  539. current_rpc
  540. current_slack
  541. current_ssh
  542. current_web
  543. curses >= "1.0.9"
  544. curve-sampling
  545. cvc5
  546. cviode
  547. cwe_checker
  548. DkSDKFFIOCaml_Std
  549. DrawGrammar >= "0.2.2"
  550. daft >= "0.0.4"
  551. dap
  552. data-encoding
  553. dataframe
  554. datakit >= "0.12.2"
  555. datakit-bridge-github >= "0.12.2"
  556. datakit-bridge-local-git >= "0.12.2"
  557. datakit-ci >= "0.12.2"
  558. datakit-client >= "0.12.2"
  559. datakit-client-9p >= "0.12.2"
  560. datakit-client-git >= "0.12.2"
  561. datakit-github >= "0.12.2"
  562. datakit-server >= "0.12.2"
  563. datakit-server-9p >= "0.12.2"
  564. datalog >= "0.6"
  565. dates_calc
  566. daypack-lib
  567. dbf != "0.1.1"
  568. dblp
  569. dblp-api
  570. debian-formats >= "0.1.2"
  571. decimal
  572. decoders >= "0.1.2"
  573. decoders-bencode
  574. decoders-cbor
  575. decoders-ezjsonm >= "0.1.2"
  576. decoders-ezxmlm
  577. decoders-jsonaf
  578. decoders-jsonm
  579. decoders-msgpck
  580. decoders-sexplib
  581. decoders-yojson >= "0.1.2"
  582. decompress >= "0.8.1"
  583. dedent
  584. dedukti >= "2.7"
  585. delimcc_of_fxhandler
  586. delimited_parsing >= "v0.12.0"
  587. depyt >= "0.3.0"
  588. devkit >= "1.0"
  589. diet >= "0.2"
  590. diff
  591. diffable
  592. digestif >= "0.7" & < "0.7.2" | >= "0.8.1"
  593. directories
  594. dirsift
  595. dirsp-exchange
  596. dirsp-exchange-kbb2017
  597. dirsp-proscript
  598. dirsp-proscript-mirage
  599. dirsp-ps2ocaml
  600. diskuvbox
  601. disml
  602. dispatch >= "0.4.1"
  603. dispatch-js >= "0.4.1"
  604. distributed >= "0.6.0"
  605. distributed-lwt >= "0.2.0"
  606. distributed-uwt >= "0.2.0"
  607. dkim
  608. dkim-bin
  609. dkim-mirage
  610. dkml-c-probe
  611. dkml-component-offline-ocamlrun
  612. dkml-component-offline-opam
  613. dkml-component-staging-ocamlrun
  614. dkml-component-staging-opam32
  615. dkml-component-staging-opam64
  616. dkml-dune-dsl
  617. dkml-dune-dsl-show
  618. dkml-install
  619. dkml-install-installer
  620. dkml-install-runner
  621. dkml-option-vcpkg
  622. dkml-package-console
  623. dkml-runtime-common >= "2.0.3"
  624. dkml-runtime-distribution
  625. dkml-workflows
  626. dlm >= "0.3.1"
  627. dmap
  628. dns >= "1.1.0"
  629. dns-async >= "1.1.0"
  630. dns-certify
  631. dns-cli
  632. dns-client
  633. dns-client-lwt
  634. dns-client-miou-unix
  635. dns-client-mirage
  636. dns-lwt >= "1.1.0"
  637. dns-lwt-unix >= "1.1.0"
  638. dns-mirage
  639. dns-resolver
  640. dns-server
  641. dns-stub
  642. dns-tsig
  643. dnssec
  644. docfd
  645. docker-api >= "0.2"
  646. docker_hub
  647. dockerfile >= "6.0.0"
  648. dockerfile-cmd >= "6.0.0"
  649. dockerfile-opam >= "6.0.0"
  650. docteur
  651. docteur-solo5
  652. docteur-unix
  653. doculib
  654. doi2bib
  655. dokeysto >= "3.0.2"
  656. dokeysto_camltc >= "3.0.2"
  657. dokeysto_lz4 >= "3.0.2"
  658. dolmen >= "0.4.1"
  659. dolmen_bin
  660. dolmen_loop
  661. dolmen_lsp
  662. dolmen_model
  663. dolmen_type
  664. dolog >= "4.0.0"
  665. domain-local-await
  666. domain-local-timeout
  667. domain-name >= "0.1.2"
  668. domain_shims
  669. domainslib
  670. dose3 >= "6.1"
  671. dose3-extra
  672. dot-merlin-reader
  673. dotenv
  674. dream
  675. dream-accept
  676. dream-cli
  677. dream-encoding
  678. dream-html
  679. dream-htmx
  680. dream-httpaf
  681. dream-livereload
  682. dream-pure
  683. dream-serve
  684. drom >= "0.3.0"
  685. drom_lib >= "0.3.0"
  686. drom_toml
  687. dropbox >= "0.2"
  688. dropbox_lwt_unix
  689. dscheck
  690. dssi >= "0.1.3"
  691. dtc-pb
  692. dtoa >= "0.3.2"
  693. dtools >= "0.4.2"
  694. dual
  695. duff >= "0.2"
  696. dum >= "1.0.3"
  697. dump_ocamlformat
  698. dune-action-plugin
  699. dune-build-info
  700. dune-cargo-build
  701. dune-compiledb
  702. dune-configurator >= "1.11.4"
  703. dune-deps
  704. dune-expand
  705. dune-glob
  706. dune-private-libs
  707. dune-release >= "1.0.0" & < "2.0.0"
  708. dune-rpc
  709. dune-rpc-lwt
  710. dune-site
  711. duppy >= "0.9.0"
  712. duration >= "0.1.2"
  713. dyn
  714. earley >= "2.0.0"
  715. earlybird
  716. easy-format >= "1.3.2"
  717. easy_logging
  718. easy_logging_yojson
  719. ecaml >= "v0.12.0"
  720. edn >= "0.1.6-1-gff9db95"
  721. ego
  722. eigen >= "0.1.0"
  723. eio
  724. eio-ssl
  725. eio-trace
  726. eio_linux
  727. eio_main
  728. eio_posix
  729. eio_windows
  730. either
  731. elasticsearch-cli >= "0.5"
  732. electrod >= "0.2.1"
  733. eliom >= "10.1.2"
  734. elm_core
  735. elm_playground
  736. elm_playground_native
  737. elm_playground_web
  738. elm_system
  739. elpi >= "1.3.1"
  740. email_message >= "v0.12.0"
  741. embedded_ocaml_templates
  742. emile >= "0.4"
  743. encoding
  744. encore >= "0.3"
  745. env_config
  746. epictetus
  747. eqaf >= "0.2"
  748. eqaf-cstruct
  749. equinoxe
  750. equinoxe-cohttp
  751. equinoxe-hlc
  752. erlang
  753. errpy
  754. erssical >= "1.1.0"
  755. esgg
  756. esperanto-cosmopolitan >= "0.0.5"
  757. ethernet
  758. euler
  759. exenum >= "0.86"
  760. exit
  761. expect >= "0.1.0"
  762. expect_test_helpers >= "v0.12.0"
  763. expect_test_helpers_async
  764. expect_test_helpers_core
  765. expect_test_helpers_kernel >= "v0.12.0"
  766. extism
  767. extism-manifest
  768. extlib >= "1.7.9"
  769. extunix >= "0.3.1"
  770. ez_api
  771. ez_cmdliner >= "0.2.0"
  772. ez_config >= "0.2.0"
  773. ez_file >= "0.3.0"
  774. ez_hash
  775. ez_pgocaml
  776. ez_search
  777. ez_subst
  778. ezcurl
  779. ezcurl-lwt
  780. ezdl
  781. ezgzip >= "0.2.3"
  782. ezjs_ace
  783. ezjs_blockies
  784. ezjs_cleave
  785. ezjs_crypto
  786. ezjs_cytoscape
  787. ezjs_d3pie
  788. ezjs_extension
  789. ezjs_fetch
  790. ezjs_idb
  791. ezjs_jquery
  792. ezjs_min
  793. ezjs_odometer
  794. ezjs_push
  795. ezjs_qrcode
  796. ezjs_recaptcha
  797. ezjs_timeline
  798. ezjsonm >= "1.0.0"
  799. ezjsonm-encoding
  800. ezjsonm-lwt >= "1.0.0"
  801. ezresto
  802. ezresto-directory
  803. ezsqlite >= "0.4.2"
  804. ezxenstore >= "0.4.1"
  805. ezxmlm >= "1.1.0"
  806. FPauth
  807. FPauth-core
  808. FPauth-responses
  809. FPauth-strategies
  810. FrontC >= "4.0.0"
  811. faad >= "0.5.0"
  812. facteur
  813. fadbadml >= "0.1.2"
  814. faraday >= "0.7.1"
  815. faraday-async >= "0.7.1"
  816. faraday-lwt >= "0.7.1"
  817. faraday-lwt-unix >= "0.7.1"
  818. farith
  819. farmhash >= "0.4"
  820. fasmifra
  821. fat-filesystem >= "0.13.0"
  822. fd-send-recv >= "2.0.1"
  823. fdkaac >= "0.3.2"
  824. feat
  825. feat-core
  826. feat-num
  827. feather
  828. feather_async
  829. ff
  830. ff-bench
  831. ff-pbt
  832. ff-sig
  833. ffmpeg >= "1.0.0~beta1"
  834. ffmpeg-av
  835. ffmpeg-avcodec
  836. ffmpeg-avdevice
  837. ffmpeg-avfilter
  838. ffmpeg-avutil
  839. ffmpeg-swresample
  840. ffmpeg-swscale
  841. fftw3 >= "0.8.2"
  842. fiat-p256
  843. fiber
  844. fiber-lwt
  845. fieldslib >= "v0.12.0"
  846. file-rewriter
  847. file_path
  848. fileutils >= "0.6.1"
  849. finch
  850. fit
  851. fix >= "20181206"
  852. flac >= "0.3.0"
  853. flatunionfind
  854. flex-array
  855. flint >= "0.3.2"
  856. flow_parser >= "0.229.1"
  857. fmlib
  858. fmlib_browser
  859. fmlib_js
  860. fmlib_parse
  861. fmlib_pretty
  862. fmlib_std
  863. fontforge-of-ocaml
  864. forester
  865. fpath-base
  866. fpath-sexp0
  867. frama-c >= "26.0~beta"
  868. frama-c-lannotate >= "0.2.3"
  869. frama-c-luncov >= "0.2.1"
  870. frama-c-metacsl >= "0.4"
  871. frama-clang
  872. fred
  873. freetds >= "0.7"
  874. frei0r >= "0.1.2"
  875. frenetic >= "5.0.5"
  876. fromager
  877. fsevents
  878. fsevents-lwt
  879. fsml
  880. fswatch
  881. fswatch_async
  882. fswatch_lwt
  883. fun-postgresql
  884. fun-sql
  885. fun-sqlite
  886. functoria >= "2.2.2" & < "4.0.0~beta1" | >= "4.0.0"
  887. functoria-runtime >= "2.2.2" & != "2.2.5" & < "3.0.2" | >= "3.1.2"
  888. fuseau
  889. fuseau-lwt
  890. fuzzy_compare
  891. fuzzy_match
  892. fzf
  893. General >= "0.6.0"
  894. GT
  895. gapi-ocaml >= "0.3.7"
  896. gbddml
  897. gccjit
  898. gd >= "1.1"
  899. gdbprofiler >= "0.4"
  900. gel
  901. gemini >= "0.3.0"
  902. gen >= "0.5.2"
  903. gen_js_api >= "1.0.6"
  904. genprint
  905. genspio >= "0.0.3"
  906. genspir >= "1.0.1"
  907. geojson
  908. geojsone
  909. geoml
  910. get_line >= "7.0.0"
  911. getopt >= "20230213"
  912. gettext >= "0.4.1"
  913. gettext-camomile
  914. gettext-stub
  915. git >= "2.0.0"
  916. git-cohttp
  917. git-cohttp-mirage
  918. git-cohttp-unix
  919. git-http >= "2.0.0"
  920. git-kv
  921. git-mirage >= "2.0.0"
  922. git-paf
  923. git-split
  924. git-unix >= "2.0.0"
  925. github >= "4.0.0"
  926. github-data
  927. github-hooks >= "0.4.0"
  928. github-hooks-unix >= "0.4.0"
  929. github-jsoo >= "4.0.0"
  930. github-unix >= "4.0.0"
  931. gitlab
  932. gitlab-jsoo
  933. gitlab-unix
  934. gitlab_pipeline_notifier
  935. glfw-ocaml
  936. globlon
  937. gluon
  938. gluten
  939. gluten-async
  940. gluten-eio
  941. gluten-lwt
  942. gluten-lwt-unix
  943. gluten-mirage
  944. gmap >= "0.2.1"
  945. gmp
  946. gnuplot >= "0.6"
  947. gobba
  948. gobject-introspection
  949. goblint >= "1.1.1"
  950. goblint-cil >= "1.8.0"
  951. google-drive-ocamlfuse >= "0.6.26"
  952. gopcaml-mode >= "0.0.2"
  953. gopcaml-mode-merlin
  954. gospel
  955. gotd
  956. gperftools >= "0.4"
  957. gpiod
  958. gpr >= "1.4.0"
  959. gpt
  960. gptar
  961. gr
  962. grace
  963. gradescope_submit
  964. graphics >= "5.0.0"
  965. graphql >= "0.8.0"
  966. graphql-async >= "0.8.0"
  967. graphql-cohttp >= "0.9.0"
  968. graphql-lwt >= "0.8.0"
  969. graphql_jsoo_client
  970. graphql_parser >= "0.9.0"
  971. graphql_ppx >= "0.7.1"
  972. graphv
  973. graphv_core
  974. graphv_core_lib
  975. graphv_font
  976. graphv_font_js
  977. graphv_font_stb_truetype
  978. graphv_gles2
  979. graphv_gles2_native
  980. graphv_gles2_native_impl
  981. graphv_webgl
  982. graphv_webgl_impl
  983. gremlin
  984. grenier >= "0.8"
  985. grid
  986. grpc
  987. grpc-async
  988. grpc-bench
  989. grpc-eio
  990. grpc-examples
  991. grpc-lwt
  992. gsl >= "1.24.0"
  993. gstreamer >= "0.3.1"
  994. guardian
  995. guile
  996. h1
  997. h1-lwt-unix
  998. h1_parser
  999. h2
  1000. h2-async
  1001. h2-eio
  1002. h2-lwt
  1003. h2-lwt-unix
  1004. h2-mirage
  1005. hachis
  1006. hack_parallel >= "1.0.0"
  1007. hacl-star
  1008. hacl-star-raw >= "0.5.0"
  1009. hacl_func
  1010. hacl_x25519
  1011. happy-eyeballs
  1012. happy-eyeballs-lwt
  1013. happy-eyeballs-miou-unix
  1014. happy-eyeballs-mirage
  1015. hardcaml >= "v0.12.0"
  1016. hardcaml-lua
  1017. hardcaml_axi
  1018. hardcaml_c
  1019. hardcaml_circuits
  1020. hardcaml_event_driven_sim
  1021. hardcaml_fixed_point
  1022. hardcaml_handshake
  1023. hardcaml_of_verilog
  1024. hardcaml_step_testbench
  1025. hardcaml_verify
  1026. hardcaml_verilator
  1027. hardcaml_waveterm
  1028. hardcaml_xilinx
  1029. hardcaml_xilinx_components
  1030. hardcaml_xilinx_reports
  1031. hashcons >= "1.4.0"
  1032. hashids >= "1.0.1"
  1033. haxe >= "4.1.1"
  1034. hc
  1035. hdf5 >= "0.1.5"
  1036. hdr_histogram >= "0.0.3"
  1037. headache >= "1.04"
  1038. header-check
  1039. hector
  1040. herdtools7 >= "7.55"
  1041. heroicons-reason-react
  1042. hex >= "1.3.0"
  1043. hex_encode
  1044. hexstring
  1045. hg_lib
  1046. hidapi >= "1.1"
  1047. hidapi-lwt
  1048. higher_kinded
  1049. highlexer
  1050. higlo >= "0.8"
  1051. hilite
  1052. hkdf >= "1.0.3"
  1053. hl_yaml
  1054. hockmd
  1055. hol2dk
  1056. hooke
  1057. horned_worm >= "0.3.4"
  1058. hpack
  1059. hsluv
  1060. html_of_jsx
  1061. htmlfromtexbooks
  1062. hts_shrink >= "2.1.2"
  1063. http
  1064. http-cookie
  1065. http-date
  1066. http-lwt-client
  1067. http-mirage-client
  1068. http-multipart-formdata
  1069. http_async
  1070. httpaf >= "0.6.0"
  1071. httpaf-async >= "0.6.0"
  1072. httpaf-lwt-unix
  1073. httpaf_caged
  1074. httpcats
  1075. httph
  1076. httpun
  1077. httpun-async
  1078. httpun-eio
  1079. httpun-lwt
  1080. httpun-lwt-unix
  1081. httpun-mirage
  1082. httpun-types
  1083. httpun-ws
  1084. httpun-ws-async
  1085. httpun-ws-eio
  1086. httpun-ws-lwt
  1087. httpun-ws-lwt-unix
  1088. httpun-ws-mirage
  1089. huffman
  1090. hvsock >= "2.0.0"
  1091. hxd
  1092. hyper
  1093. ISO3166
  1094. ISO8601 >= "0.2.6"
  1095. i3ipc >= "0.1.4"
  1096. icalendar
  1097. idd
  1098. idds
  1099. imagelib >= "20200929"
  1100. imguiml
  1101. incr_dom >= "v0.12.0"
  1102. incr_dom_interactive
  1103. incr_dom_keyboard
  1104. incr_dom_partial_render
  1105. incr_dom_sexp_form
  1106. incr_dom_widgets >= "v0.12.0"
  1107. incr_map >= "v0.12.0"
  1108. incr_select >= "v0.12.0"
  1109. incremental >= "v0.12.0"
  1110. indentation_buffer
  1111. index
  1112. index-bench
  1113. inferno >= "20190924"
  1114. influxdb
  1115. influxdb-async
  1116. influxdb-lwt
  1117. inotify >= "2.4"
  1118. inotify-eio
  1119. inquire
  1120. inquirer_oc
  1121. int_repr
  1122. integers >= "0.3.0"
  1123. integers_stubs_js
  1124. integration1d >= "0.5.1"
  1125. interface-prime
  1126. interface-prime-lwt
  1127. interval >= "1.5" & < "1.6"
  1128. interval-map
  1129. interval_base
  1130. interval_crlibm
  1131. interval_intel
  1132. io-page >= "2.1.0"
  1133. io-page-unix >= "2.1.0"
  1134. io-page-xen >= "2.1.0"
  1135. iomux
  1136. iostream
  1137. iostream-camlzip
  1138. ip2location
  1139. ip2locationio >= "1.0.1"
  1140. ip2proxy
  1141. ip2whois
  1142. ipaddr >= "2.9.0"
  1143. ipaddr-cstruct
  1144. ipaddr-sexp
  1145. irc-client >= "0.6.2"
  1146. irc-client-lwt >= "0.6.2"
  1147. irc-client-lwt-ssl
  1148. irc-client-tls >= "0.6.2"
  1149. irc-client-unix >= "0.6.2"
  1150. iri >= "0.6.0"
  1151. irmin >= "2.0.0"
  1152. irmin-bench
  1153. irmin-chunk >= "2.0.0"
  1154. irmin-cli
  1155. irmin-client
  1156. irmin-containers
  1157. irmin-fs >= "2.0.0"
  1158. irmin-git >= "2.0.0"
  1159. irmin-graphql
  1160. irmin-http >= "2.0.0"
  1161. irmin-indexeddb >= "2.0"
  1162. irmin-layers
  1163. irmin-mem >= "2.0.0"
  1164. irmin-mirage >= "2.0.0"
  1165. irmin-mirage-git
  1166. irmin-mirage-graphql
  1167. irmin-pack
  1168. irmin-pack-tools
  1169. irmin-server
  1170. irmin-test
  1171. irmin-tezos
  1172. irmin-tezos-utils
  1173. irmin-unix >= "2.0.0"
  1174. irmin-watcher >= "0.5.0"
  1175. iso639
  1176. iter >= "1.4"
  1177. itv-tree >= "2.2"
  1178. JsOfOCairo >= "2.0.0"
  1179. jane-street-headers >= "v0.12.0"
  1180. jane_rope
  1181. janestreet_cpuid
  1182. janestreet_csv
  1183. janestreet_lru_cache
  1184. jasmin >= "2023.06.0"
  1185. jekyll-format >= "0.2.0"
  1186. jemalloc >= "0.2"
  1187. jerboa
  1188. jext
  1189. jhupllib >= "0.2.1"
  1190. jingoo >= "1.3.0"
  1191. jose
  1192. js_of_ocaml >= "3.3.0"
  1193. js_of_ocaml-compiler >= "3.3.0"
  1194. js_of_ocaml-lwt >= "3.3.0"
  1195. js_of_ocaml-ocamlbuild >= "3.5.0"
  1196. js_of_ocaml-ppx >= "3.3.0"
  1197. js_of_ocaml-ppx_deriving_json >= "3.3.0"
  1198. js_of_ocaml-toplevel >= "3.3.0"
  1199. js_of_ocaml-tyxml >= "3.3.0"
  1200. js_of_ocaml-webgpu
  1201. js_of_ocaml-webidl
  1202. js_of_ocaml_patches
  1203. json-data-encoding
  1204. json-data-encoding-browser
  1205. json-data-encoding-bson
  1206. json_decoder
  1207. jsonaf
  1208. jsonoo
  1209. jsonrpc
  1210. jsonschema2atd
  1211. jsonxt
  1212. jsoo-react
  1213. jsoo_broadcastchannel >= "2.0.0"
  1214. jsoo_storage >= "1.0.1"
  1215. jst-config
  1216. junit >= "2.0.1"
  1217. junit_alcotest >= "2.0.1"
  1218. junit_ounit >= "2.0.1"
  1219. jupyter >= "2.3.2"
  1220. jupyter-archimedes >= "2.3.2"
  1221. jupyter-kernel
  1222. jwto
  1223. kafka >= "0.5"
  1224. kafka_async
  1225. kafka_lwt
  1226. kappa-agents
  1227. kappa-binaries
  1228. kappa-library
  1229. kappa-server
  1230. kcas
  1231. kcas_data
  1232. kdf
  1233. kdl
  1234. ke
  1235. key-parsers >= "0.10.0"
  1236. kicadsch >= "0.4.0"
  1237. kind2
  1238. kinetic-client >= "0.0.11"
  1239. kittyimg
  1240. kkmarkdown
  1241. kmt
  1242. knights_tour
  1243. kqueue
  1244. krb
  1245. kuznechik
  1246. lab
  1247. lablgtk3 >= "3.0.beta4"
  1248. lablgtk3-extras >= "3.0.1"
  1249. lablgtk3-goocanvas2
  1250. lablgtk3-gtkspell3
  1251. lablgtk3-rsvg2
  1252. lablgtk3-sourceview3
  1253. lablqml >= "0.6"
  1254. labrys
  1255. lacaml >= "11.0.2"
  1256. ladspa >= "0.2.0"
  1257. lambda
  1258. lambda-runtime
  1259. lambda-term >= "2.0"
  1260. lambda_streams
  1261. lambda_streams_async
  1262. lambda_streams_lwt
  1263. lambdapi >= "2.0.0"
  1264. lambdasoup >= "0.6.4"
  1265. lame >= "0.3.4"
  1266. landmarks >= "1.4"
  1267. landmarks-ppx
  1268. lascar >= "0.6-alpha"
  1269. lastfm >= "0.3.3"
  1270. launchd >= "1.3"
  1271. lazy-trie >= "1.2.0"
  1272. lbfgs >= "0.9.1"
  1273. lbvs_consent >= "2.1.0"
  1274. ldap >= "2.4.1"
  1275. ldp
  1276. ldp_curl
  1277. ldp_js
  1278. ldp_tls
  1279. leaflet
  1280. learn-ocaml
  1281. learn-ocaml-client
  1282. leaves
  1283. ledgerwallet
  1284. ledgerwallet-tezos
  1285. legacy_diffable
  1286. lens >= "1.2.3"
  1287. letsencrypt
  1288. letsencrypt-app
  1289. letsencrypt-dns
  1290. letsencrypt-mirage
  1291. letters
  1292. leveldb >= "1.3.0"
  1293. lib_parsing
  1294. libabsolute
  1295. libbinaryen < "105.1.0" | >= "107.0.1"
  1296. libbpf
  1297. libbpf_maps
  1298. libc
  1299. libirmin
  1300. libsail
  1301. libsvm >= "0.10.0"
  1302. libzipperposition
  1303. lilac
  1304. lilv
  1305. line-up-words >= "v0.12.0"
  1306. line_oriented
  1307. linenoise >= "1.2.0"
  1308. links >= "0.9"
  1309. links-mysql
  1310. links-postgresql >= "0.9"
  1311. links-sqlite3
  1312. linol
  1313. linol-eio
  1314. linol-lwt
  1315. lintcstubs
  1316. lintcstubs-arity
  1317. lintcstubs-gen
  1318. linwrap
  1319. liquid_interpreter
  1320. liquid_ml
  1321. liquid_parser
  1322. liquid_std
  1323. liquid_syntax
  1324. liquidsoap >= "2.2.0"
  1325. liquidsoap-core
  1326. liquidsoap-js
  1327. liquidsoap-lang
  1328. liquidsoap-libs
  1329. liquidsoap-libs-extra
  1330. liquidsoap-mode
  1331. little_logger
  1332. llama
  1333. llama-cpp-ocaml
  1334. llama_core
  1335. llama_interactive
  1336. llama_midi
  1337. llvm >= "15.0.7+nnp-2"
  1338. lmdb >= "1.0"
  1339. lo >= "0.2.0"
  1340. loc
  1341. lockfree
  1342. loga >= "0.0.5"
  1343. logical
  1344. logs-async
  1345. logs-async-reporter
  1346. logs-ppx
  1347. logs-syslog >= "0.2.0"
  1348. logtk >= "1.5.1"
  1349. loop
  1350. lp
  1351. lp-glpk
  1352. lp-glpk-js
  1353. lp-gurobi
  1354. lpd >= "1.2.2"
  1355. lreplay
  1356. lru >= "0.3.0"
  1357. lru_cache
  1358. lsp
  1359. lt-code
  1360. lua-ml >= "0.9.3"
  1361. lua_parser
  1362. lucid
  1363. lun
  1364. lustre-v6 >= "6.103.3"
  1365. lutils >= "1.51.2"
  1366. lutin >= "2.71.10"
  1367. luv
  1368. luv_unix
  1369. lwd
  1370. lwt >= "4.2.0"
  1371. lwt-canceler >= "0.2"
  1372. lwt-dllist
  1373. lwt-exit
  1374. lwt-parallel >= "1.0.0"
  1375. lwt-watcher >= "0.2"
  1376. lwt_domain
  1377. lwt_eio
  1378. lwt_glib >= "1.1.1"
  1379. lwt_log >= "1.1.1"
  1380. lwt_ppx >= "1.2.2"
  1381. lwt_react >= "1.1.2"
  1382. lwt_retry
  1383. lwt_ssl >= "1.1.3"
  1384. lz4 >= "1.2.0"
  1385. lz4_chans >= "3.0.1"
  1386. lzo >= "0.0.3"
  1387. MlFront_Cli
  1388. m_tree
  1389. macaddr
  1390. macaddr-cstruct
  1391. macaddr-sexp
  1392. mad >= "0.5.0"
  1393. magic-mime >= "1.1.2"
  1394. magic-trace
  1395. make-random
  1396. malfunction
  1397. man_in_the_middle_debugger
  1398. mariadb >= "1.2.0"
  1399. markdown
  1400. markup >= "0.8.0"
  1401. markup-lwt
  1402. mastodon-archive-viewer >= "0.2"
  1403. matita
  1404. matplotlib
  1405. mazeppa
  1406. mbr-format >= "1.0.0"
  1407. mc2
  1408. mccs >= "1.1+10"
  1409. md2mld
  1410. mdx != "1.7.0"
  1411. mec
  1412. mechaml >= "1.1.0"
  1413. mehari
  1414. mehari-eio
  1415. mehari-eio-unix
  1416. mehari-lwt-unix
  1417. mehari-mirage
  1418. mel
  1419. melange
  1420. melange-atdgen-codec-runtime
  1421. melange-compiler-libs
  1422. melange-fest
  1423. melange-fetch
  1424. melange-jest
  1425. melange-json
  1426. melange-json-native
  1427. melange-moment
  1428. melange-numeral
  1429. melange-radix-icons
  1430. melange-react-dates
  1431. melange-react-query
  1432. melange-recharts
  1433. melange-testing-library
  1434. melange-webapi
  1435. meldep
  1436. mem_usage
  1437. memcad >= "1.1.0"
  1438. memgraph
  1439. memgraph_kitty
  1440. memo
  1441. memprof-limits
  1442. memtrace
  1443. memtrace-mirage
  1444. memtrace_viewer
  1445. menhir >= "20200123"
  1446. menhirCST
  1447. menhirLib
  1448. menhirSdk
  1449. merge-fmt
  1450. merlin >= "3.2.1"
  1451. merlin-extend >= "0.4"
  1452. merlin-lib
  1453. mesh >= "0.9.5"
  1454. mesh-easymesh >= "0.9.5"
  1455. mesh-graphics >= "0.9.5"
  1456. mesh-triangle >= "0.9.5"
  1457. metadata
  1458. metadb
  1459. metapp
  1460. metaquot
  1461. metrics
  1462. metrics-influx
  1463. metrics-lwt
  1464. metrics-mirage
  1465. metrics-rusage
  1466. metrics-unix
  1467. mew
  1468. mew_vi
  1469. middleware
  1470. mimic
  1471. mimic-happy-eyeballs
  1472. mindstorm >= "0.8"
  1473. mindstorm-lwt
  1474. minicaml
  1475. minicli >= "5.0.2"
  1476. minisat >= "0.3"
  1477. minttea
  1478. miou
  1479. mirage >= "3.3.0"
  1480. mirage-block >= "1.2.0"
  1481. mirage-block-ccm >= "1.1.0"
  1482. mirage-block-combinators
  1483. mirage-block-lwt >= "1.2.0"
  1484. mirage-block-partition
  1485. mirage-block-ramdisk >= "0.4"
  1486. mirage-block-solo5 >= "0.6.0"
  1487. mirage-block-unix >= "2.11.0"
  1488. mirage-block-xen
  1489. mirage-bootvar
  1490. mirage-bootvar-solo5 >= "0.6.0"
  1491. mirage-bootvar-unix
  1492. mirage-bootvar-xen >= "0.6.0"
  1493. mirage-channel >= "3.2.0"
  1494. mirage-channel-lwt >= "3.2.0"
  1495. mirage-clock >= "2.0.0"
  1496. mirage-clock-freestanding >= "2.0.0"
  1497. mirage-clock-lwt >= "2.0.0"
  1498. mirage-clock-solo5
  1499. mirage-clock-unix >= "2.0.0"
  1500. mirage-conduit = "1.3.0" | >= "3.1.0"
  1501. mirage-console >= "2.4.0"
  1502. mirage-console-lwt >= "2.4.0"
  1503. mirage-console-solo5 >= "0.6.0"
  1504. mirage-console-unix >= "2.4.1"
  1505. mirage-console-xen
  1506. mirage-console-xen-backend >= "2.4.0"
  1507. mirage-console-xen-proto >= "2.4.0"
  1508. mirage-crypto
  1509. mirage-crypto-ec
  1510. mirage-crypto-entropy
  1511. mirage-crypto-pk
  1512. mirage-crypto-rng
  1513. mirage-crypto-rng-async
  1514. mirage-crypto-rng-eio
  1515. mirage-crypto-rng-lwt
  1516. mirage-crypto-rng-miou-unix
  1517. mirage-crypto-rng-mirage
  1518. mirage-device >= "1.2.0"
  1519. mirage-dns >= "3.1.0"
  1520. mirage-entropy >= "0.5.1"
  1521. mirage-flow >= "1.6.0"
  1522. mirage-flow-combinators
  1523. mirage-flow-lwt >= "1.6.0"
  1524. mirage-flow-rawlink >= "1.1.0"
  1525. mirage-flow-unix >= "1.6.0"
  1526. mirage-fs >= "1.2.0"
  1527. mirage-fs-lwt >= "1.2.0"
  1528. mirage-fs-mem
  1529. mirage-fs-unix >= "1.6.0"
  1530. mirage-kv >= "2.0.0"
  1531. mirage-kv-lwt >= "2.0.0"
  1532. mirage-kv-mem
  1533. mirage-kv-unix
  1534. mirage-logs >= "1.0.0"
  1535. mirage-monitoring
  1536. mirage-nat >= "1.1.0"
  1537. mirage-net >= "2.0.0"
  1538. mirage-net-lwt >= "2.0.0"
  1539. mirage-net-macosx >= "1.5.0"
  1540. mirage-net-solo5 >= "0.4.3"
  1541. mirage-net-unix >= "2.5.0"
  1542. mirage-net-xen
  1543. mirage-profile >= "0.9.0"
  1544. mirage-profile-unix >= "0.9.0"
  1545. mirage-profile-xen >= "0.9.0"
  1546. mirage-protocols >= "2.0.0"
  1547. mirage-protocols-lwt >= "2.0.0"
  1548. mirage-qubes >= "0.7.0"
  1549. mirage-qubes-ipv4 >= "0.7.0"
  1550. mirage-random >= "1.2.0"
  1551. mirage-random-stdlib
  1552. mirage-random-test
  1553. mirage-runtime >= "3.3.0"
  1554. mirage-solo5 >= "0.6.2"
  1555. mirage-stack >= "1.4.0"
  1556. mirage-stack-lwt >= "1.4.0"
  1557. mirage-time >= "1.3.0"
  1558. mirage-time-lwt >= "1.3.0"
  1559. mirage-time-unix >= "1.3.0"
  1560. mirage-types >= "3.3.0"
  1561. mirage-types-lwt >= "3.3.0"
  1562. mirage-unix >= "3.2.0"
  1563. mirage-vnetif >= "0.4.2"
  1564. mirage-vnetif-stack
  1565. mirage-xen
  1566. mjson
  1567. mkaudio >= "1.1.0"
  1568. mkocaml
  1569. mlbdd >= "0.7.2"
  1570. mlfenv
  1571. mlmpfr >= "4.0.2+dune"
  1572. mlpost >= "0.9"
  1573. mlpost-lablgtk
  1574. mlt_parser >= "v0.12.0"
  1575. mlx
  1576. mm >= "0.7.0"
  1577. mmap
  1578. mmdb
  1579. mmo
  1580. mnd
  1581. mock >= "0.1.1"
  1582. mock-ounit >= "0.1.1"
  1583. module-graph
  1584. molenc >= "5.0.0"
  1585. monaco_jsoo
  1586. monolith
  1587. monomorphic >= "2.0"
  1588. monorobot
  1589. moonpool
  1590. moonpool-io
  1591. moonpool-lwt
  1592. mopsa
  1593. morbig >= "0.10.3"
  1594. morsmall
  1595. moss >= "0.1.1"
  1596. mparser >= "1.3"
  1597. mparser-pcre
  1598. mparser-re
  1599. mperf
  1600. mpg123
  1601. mpp >= "0.3.4"
  1602. mpris >= "0.2.0"
  1603. mpris-clients
  1604. mqtt >= "0.2.2"
  1605. mrmime
  1606. mrt-format >= "0.3.1"
  1607. msat >= "0.8"
  1608. msat-bin
  1609. msgpck >= "1.5"
  1610. msgpck-repr
  1611. mssql
  1612. mugen
  1613. mula
  1614. multibase
  1615. multicodec
  1616. multicont >= "1.0.1"
  1617. multicore-bench
  1618. multicore-magic
  1619. multicore-magic-dscheck
  1620. multihash
  1621. multihash-digestif
  1622. multipart-form-data >= "0.3.0"
  1623. multipart_form
  1624. multipart_form-cohttp-lwt
  1625. multipart_form-eio
  1626. multipart_form-lwt
  1627. murmur3 >= "0.3"
  1628. mustache >= "3.1.0"
  1629. mustache-cli
  1630. mutaml
  1631. mutf8
  1632. mwt
  1633. mybuild >= "7"
  1634. mysql8
  1635. mysql_protocol >= "3.0.1"
  1636. n_ary
  1637. naboris
  1638. nacc
  1639. nanoid
  1640. nanosvg
  1641. nanosvg_text
  1642. nbd >= "4.0.3"
  1643. nbd-tool
  1644. nbd-unix
  1645. netchannel
  1646. netkat
  1647. netlink >= "0.3.4"
  1648. netsnmp
  1649. neural_nets_lib
  1650. nice_parser
  1651. ninja_utils
  1652. niru
  1653. nloge
  1654. nlopt
  1655. nmea
  1656. noCanren >= "0.3.0~alpha1"
  1657. nocoiner
  1658. node_of_ocaml
  1659. noise
  1660. nomad
  1661. non_empty_list
  1662. nottui
  1663. nottui-lwt
  1664. nottui-pretty
  1665. notty >= "0.2.3"
  1666. notty_async >= "v0.12.0"
  1667. np
  1668. npy >= "0.0.9"
  1669. nsq >= "0.4.0"
  1670. numeric_string
  1671. nuscr
  1672. OCADml
  1673. OCanren
  1674. OCanren-ppx
  1675. OSCADml
  1676. obatcher
  1677. obeam
  1678. obelisk >= "0.5.0"
  1679. obuilder
  1680. obuilder-spec
  1681. obus >= "1.2.0"
  1682. ocal >= "0.2.2"
  1683. ocaml-canvas
  1684. ocaml-compiler-libs >= "v0.12.0"
  1685. ocaml-embed-file
  1686. ocaml-in-python
  1687. ocaml-index
  1688. ocaml-lsp-server
  1689. ocaml-lua >= "1.8"
  1690. ocaml-migrate-parsetree >= "1.2.0"
  1691. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1692. ocaml-monadic >= "0.4.1"
  1693. ocaml-print-intf
  1694. ocaml-probes
  1695. ocaml-protoc >= "2.0.1"
  1696. ocaml-protoc-plugin
  1697. ocaml-r >= "0.1.1"
  1698. ocaml-syntax-shims
  1699. ocaml-systemd >= "1.3"
  1700. ocaml-top >= "1.2.0"
  1701. ocaml-vdom < "transition"
  1702. ocaml-version >= "1.0.0"
  1703. ocaml_db_model
  1704. ocaml_intrinsics
  1705. ocaml_intrinsics_kernel
  1706. ocaml_openapi_generator
  1707. ocaml_pgsql_model
  1708. ocaml_plugin >= "v0.12.0"
  1709. ocamlapi
  1710. ocamlapi_async
  1711. ocamlapi_lwt_unix
  1712. ocamlapi_ppx
  1713. ocamlc-loc
  1714. ocamlcodoc
  1715. ocamldiff >= "1.2"
  1716. ocamlformat >= "0.24.1"
  1717. ocamlformat-lib
  1718. ocamlformat-mlx
  1719. ocamlformat-mlx-lib
  1720. ocamlformat-rpc < "removed"
  1721. ocamlformat-rpc-lib
  1722. ocamlfuse >= "2.7.1-cvs6"
  1723. ocamlgraph >= "2.0.0"
  1724. ocamlgraph_gtk
  1725. ocamline
  1726. ocamlmerlin-mlx
  1727. ocamlog
  1728. ocamlregextkit
  1729. ocannl_npy
  1730. ocb
  1731. ocf >= "0.8.0"
  1732. ocf_ppx
  1733. ockt
  1734. ocluster != "0.2"
  1735. ocluster-api
  1736. ocluster-worker
  1737. ocolor
  1738. ocp-browser >= "1.1.9"
  1739. ocp-indent >= "1.7.0"
  1740. ocp-indent-nlfork >= "1.5.4"
  1741. ocp-index >= "1.1.9"
  1742. ocp-search
  1743. ocp_reveal
  1744. ocplib-endian >= "1.1"
  1745. ocplib-json-typed-browser
  1746. ocplib-json-typed-bson
  1747. ocplib-simplex >= "0.5"
  1748. ocplib_stuff >= "0.4.0"
  1749. ocsigen-i18n >= "4.0.0"
  1750. ocsigen-ppx-rpc
  1751. ocsigenserver >= "4.0.1"
  1752. ocsipersist
  1753. ocsipersist-dbm
  1754. ocsipersist-dbm-config
  1755. ocsipersist-lib
  1756. ocsipersist-pgsql
  1757. ocsipersist-pgsql-config
  1758. ocsipersist-sqlite
  1759. ocsipersist-sqlite-config
  1760. octavius >= "1.2.2"
  1761. octez-accuser-Proxford >= "19.0"
  1762. octez-accuser-PsParisC
  1763. octez-accuser-PtLimaPt
  1764. octez-accuser-PtMumbai
  1765. octez-accuser-PtNairob < "18.0" | >= "19.0"
  1766. octez-accuser-PtParisB
  1767. octez-alcotezt >= "19.0"
  1768. octez-baker-Proxford >= "19.0"
  1769. octez-baker-PsParisC
  1770. octez-baker-PtLimaPt
  1771. octez-baker-PtMumbai
  1772. octez-baker-PtNairob < "18.0" | >= "19.0"
  1773. octez-baker-PtParisB
  1774. octez-client < "18.0" | >= "19.0"
  1775. octez-codec < "18.0" | >= "19.0"
  1776. octez-crawler < "18.0" | >= "19.0"
  1777. octez-dac-client >= "19.0"
  1778. octez-dac-node >= "19.0"
  1779. octez-dal-node
  1780. octez-distributed-internal >= "19.0"
  1781. octez-distributed-lwt-internal < "18.0" | >= "19.0"
  1782. octez-injector < "18.0" | >= "19.0"
  1783. octez-internal-libs
  1784. octez-l2-libs >= "19.0"
  1785. octez-libs >= "19.0"
  1786. octez-node < "18.0" | >= "19.0"
  1787. octez-node-config < "18.0" | >= "19.0"
  1788. octez-plompiler
  1789. octez-plonk
  1790. octez-proto-libs >= "19.0"
  1791. octez-protocol-000-Ps9mPmXa-libs >= "19.0"
  1792. octez-protocol-001-PtCJ7pwo-libs >= "19.0"
  1793. octez-protocol-002-PsYLVpVv-libs >= "19.0"
  1794. octez-protocol-003-PsddFKi3-libs >= "19.0"
  1795. octez-protocol-004-Pt24m4xi-libs >= "19.0"
  1796. octez-protocol-005-PsBabyM1-libs >= "19.0"
  1797. octez-protocol-006-PsCARTHA-libs >= "19.0"
  1798. octez-protocol-007-PsDELPH1-libs >= "19.0"
  1799. octez-protocol-008-PtEdo2Zk-libs >= "19.0"
  1800. octez-protocol-009-PsFLoren-libs >= "19.0"
  1801. octez-protocol-010-PtGRANAD-libs >= "19.0"
  1802. octez-protocol-011-PtHangz2-libs >= "19.0"
  1803. octez-protocol-012-Psithaca-libs >= "19.0"
  1804. octez-protocol-013-PtJakart-libs >= "19.0"
  1805. octez-protocol-014-PtKathma-libs >= "19.0"
  1806. octez-protocol-015-PtLimaPt-libs >= "19.0"
  1807. octez-protocol-016-PtMumbai-libs >= "19.0"
  1808. octez-protocol-017-PtNairob-libs >= "19.0"
  1809. octez-protocol-018-Proxford-libs >= "19.0"
  1810. octez-protocol-019-PtParisB-libs
  1811. octez-protocol-020-PsParisC-libs
  1812. octez-protocol-alpha-libs >= "19.0"
  1813. octez-protocol-compiler < "18.0" | >= "19.0"
  1814. octez-proxy-server < "18.0" | >= "19.0"
  1815. octez-rpc-process
  1816. octez-shell-libs >= "19.0"
  1817. octez-signer < "18.0" | >= "19.0"
  1818. octez-smart-rollup-client-PtMumbai
  1819. octez-smart-rollup-client-PtNairob < "18.0"
  1820. octez-smart-rollup-node != "18.1"
  1821. octez-smart-rollup-node-alpha >= "19.0"
  1822. octez-smart-rollup-node-lib >= "19.0"
  1823. octez-smart-rollup-node-Proxford >= "19.0"
  1824. octez-smart-rollup-node-PsParisC
  1825. octez-smart-rollup-node-PtMumbai
  1826. octez-smart-rollup-node-PtNairob < "18.0" | >= "19.0"
  1827. octez-smart-rollup-node-PtParisB
  1828. octez-smart-rollup-wasm-benchmark-lib
  1829. octez-smart-rollup-wasm-debugger < "18.0" | >= "19.0"
  1830. octez-smart-rollup-wasm-debugger-lib
  1831. octez-smart-rollup-wasm-debugger-plugin
  1832. octez-tx-rollup-client-PtLimaPt
  1833. octez-tx-rollup-node-PtLimaPt
  1834. octez-version >= "19.0"
  1835. odash
  1836. odate >= "0.6"
  1837. odds >= "1.1"
  1838. odep
  1839. odepack >= "0.6.9"
  1840. odnnr
  1841. odoc >= "1.4.0"
  1842. odoc-driver
  1843. odoc-md
  1844. odoc-parser
  1845. oepub
  1846. of_json
  1847. offheap
  1848. oframl
  1849. ogg = "0.6.0" | >= "0.7.0"
  1850. ohex
  1851. oidc
  1852. ojo
  1853. ojs
  1854. ojs_base
  1855. ojs_base_all
  1856. ojs_base_ppx
  1857. ojs_ed
  1858. ojs_filetree
  1859. ojs_list
  1860. olinq >= "0.3"
  1861. oma
  1862. omd >= "1.3.2"
  1863. ometrics
  1864. omg
  1865. omigrate
  1866. omlr >= "1.0.3"
  1867. omtl
  1868. oneffs
  1869. oniguruma
  1870. opam-0install
  1871. opam-0install-cudf
  1872. opam-bin >= "1.0.0"
  1873. opam-build
  1874. opam-check-npm-deps
  1875. opam-client >= "2.0.2"
  1876. opam-compiler
  1877. opam-core >= "2.0.2"
  1878. opam-custom-install
  1879. opam-devel >= "2.0.2"
  1880. opam-dune-lint >= "0.3"
  1881. opam-ed >= "0.4"
  1882. opam-file-format >= "2.1.0" & < "2.1.5" | >= "2.2.0~alpha1"
  1883. opam-format >= "2.0.2"
  1884. opam-graph
  1885. opam-grep >= "0.2.0"
  1886. opam-installer >= "2.0.2"
  1887. opam-monorepo
  1888. opam-package-upgrade >= "0.2"
  1889. opam-publish >= "2.0.2"
  1890. opam-repository >= "2.0.2"
  1891. opam-solver >= "2.0.2"
  1892. opam-spin
  1893. opam-state >= "2.0.2"
  1894. opam-test
  1895. opam2web >= "2.0"
  1896. opam_bin_lib != "0.9.5"
  1897. opasswd >= "1.3.1"
  1898. opazl
  1899. openai
  1900. openai-gym
  1901. openapi
  1902. openapi-opium
  1903. openapi_router
  1904. openbsd
  1905. opencc0
  1906. opencc1
  1907. opencc1_1
  1908. openQASM
  1909. openstellina
  1910. opentelemetry
  1911. opentelemetry-client-cohttp-lwt
  1912. opentelemetry-client-ocurl
  1913. opentelemetry-cohttp-lwt
  1914. opentelemetry-lwt
  1915. opine
  1916. opium >= "0.17.0"
  1917. opium-graphql
  1918. opium-testing
  1919. opium_kernel >= "0.17.0"
  1920. oplot
  1921. oplsr
  1922. opomodoro
  1923. opsian
  1924. optal
  1925. opti
  1926. optimization1d >= "0.6.1"
  1927. optiml-transport
  1928. optint >= "0.0.2"
  1929. opus >= "0.2.0"
  1930. oraft
  1931. oranger >= "2.0.1"
  1932. orb
  1933. order-i3-xfce
  1934. ordering
  1935. ordinal
  1936. ordinal_abbreviation
  1937. ordma >= "0.0.5"
  1938. orec >= "1.0.1"
  1939. orewa
  1940. orf
  1941. orgeat
  1942. orpie
  1943. orrandomForest
  1944. orsvm_e1071 >= "4.0.0"
  1945. ortac-core
  1946. ortac-dune
  1947. ortac-qcheck-stm
  1948. ortac-runtime
  1949. ortac-runtime-qcheck-stm
  1950. orxgboost >= "1.1.0"
  1951. osc >= "0.2.0"
  1952. osc-lwt
  1953. osc-unix
  1954. osdp >= "1.1.1"
  1955. oseq >= "0.2"
  1956. osh
  1957. oskel
  1958. osnap
  1959. ostap >= "0.6"
  1960. osx-secure-transport >= "0.1.1"
  1961. otf
  1962. otoggl
  1963. otoml
  1964. otr >= "0.3.6"
  1965. ounit = "2.1.2"
  1966. ounit-lwt < "2.2.0"
  1967. ounit2
  1968. ounit2-lwt
  1969. override
  1970. owee >= "0.3"
  1971. owi
  1972. owl >= "0.4.0"
  1973. owl-base >= "0.4.0"
  1974. owl-jupyter
  1975. owl-ode
  1976. owl-ode-base
  1977. owl-ode-odepack
  1978. owl-ode-sundials
  1979. owl-opt
  1980. owl-opt-lbfgs
  1981. owl-plplot
  1982. owl-symbolic
  1983. owl-top >= "0.4.0"
  1984. owl-zoo >= "0.4.0"
  1985. owork
  1986. ozulip
  1987. p4pp
  1988. p5scm
  1989. packstream
  1990. pacomb
  1991. paf
  1992. paf-cohttp
  1993. paf-le
  1994. pam
  1995. pancake
  1996. pandoc
  1997. pandoc-abbreviations
  1998. pandoc-comment
  1999. pandoc-crossref
  2000. pandoc-include
  2001. pandoc-inspect
  2002. pandoc-pdf2png
  2003. pandoc-replace
  2004. papi >= "0.1.1"
  2005. par_incr
  2006. parany >= "7.0.2"
  2007. pardi >= "2.0.2"
  2008. pari
  2009. pari-bindings
  2010. parmap >= "1.1.1"
  2011. parse-argv >= "0.2.0"
  2012. parsexp >= "v0.12.0"
  2013. parsexp_io >= "v0.12.0"
  2014. parsite
  2015. parsley
  2016. passage
  2017. patch
  2018. patdiff >= "v0.12.1"
  2019. path_glob
  2020. patience_diff >= "v0.12.0"
  2021. patoline >= "0.2"
  2022. patricia-tree
  2023. pattern
  2024. pb
  2025. pb-plugin
  2026. pbkdf >= "1.0.0"
  2027. pbrt
  2028. pbrt_services
  2029. pbrt_yojson
  2030. pcap-format >= "0.5.2"
  2031. pcre >= "7.3.5"
  2032. pcre2
  2033. pds-reachability >= "0.2.2"
  2034. pecu >= "0.2"
  2035. petr4
  2036. petrol
  2037. pf-qubes
  2038. pg_query
  2039. pgocaml >= "4.0"
  2040. pgocaml_ppx
  2041. pgx >= "1.0"
  2042. pgx_async >= "1.0"
  2043. pgx_lwt >= "1.0"
  2044. pgx_lwt_mirage
  2045. pgx_lwt_unix
  2046. pgx_unix >= "1.0"
  2047. pgx_value_core
  2048. pgx_value_ptime
  2049. phantom-algebra >= "1.0.1"
  2050. phonetic
  2051. phylogenetics
  2052. piaf
  2053. picasso
  2054. picos
  2055. picos_aux
  2056. picos_io
  2057. picos_io_cohttp
  2058. picos_lwt
  2059. picos_meta
  2060. picos_mux
  2061. picos_std
  2062. piece_rope
  2063. piqi >= "0.7.8"
  2064. piqilib >= "0.6.16"
  2065. pixel_pusher
  2066. pkcs11 >= "0.18.0"
  2067. pkcs11-cli
  2068. pkcs11-driver
  2069. pkcs11-rev
  2070. pla >= "1.3"
  2071. plateau
  2072. plato
  2073. plebeia
  2074. plist-xml
  2075. plist-xml-lwt
  2076. plotkicadsch >= "0.4.0"
  2077. plotly
  2078. plplot >= "5.11.0-1"
  2079. polars
  2080. polars_async
  2081. polka
  2082. poll
  2083. polling_state_rpc
  2084. polly
  2085. polynomial
  2086. pomap >= "4.1.0"
  2087. popper
  2088. portaudio >= "0.2.2"
  2089. portaudio_c_bindings
  2090. portmidi
  2091. posix-base
  2092. posix-bindings
  2093. posix-getopt >= "2.0.0"
  2094. posix-math2
  2095. posix-signal
  2096. posix-socket
  2097. posix-socket-unix
  2098. posix-time2
  2099. posix-types >= "2.0.0"
  2100. posix-uname
  2101. posixat >= "v0.12.0"
  2102. postgres_async
  2103. postgresql >= "4.4.1"
  2104. pp
  2105. pp-binary-ints
  2106. pp_loc
  2107. pprint >= "20200226"
  2108. ppx-owl-opt
  2109. ppx_accessor
  2110. ppx_assert >= "v0.12.0"
  2111. ppx_bap
  2112. ppx_base >= "v0.12.0"
  2113. ppx_bench >= "v0.12.0"
  2114. ppx_bigarray >= "3.0.0"
  2115. ppx_bin_prot >= "v0.12.0"
  2116. ppx_bitstring >= "4.0.0"
  2117. ppx_blob >= "0.6.0"
  2118. ppx_bsx
  2119. ppx_camlrack
  2120. ppx_catch
  2121. ppx_cold
  2122. ppx_compare >= "v0.12.0"
  2123. ppx_compose >= "0.1.0"
  2124. ppx_const >= "2.0"
  2125. ppx_conv_func >= "v0.12.0"
  2126. ppx_counters
  2127. ppx_css
  2128. ppx_cstruct >= "3.3.0"
  2129. ppx_cstubs
  2130. ppx_csv_conv >= "v0.12.0"
  2131. ppx_custom_printf >= "v0.12.0"
  2132. ppx_decimal
  2133. ppx_default
  2134. ppx_defer >= "0.4.0"
  2135. ppx_demo
  2136. ppx_derive_at_runtime
  2137. ppx_derivers >= "1.2.1"
  2138. ppx_deriving = "4.3" | >= "4.5-1"
  2139. ppx_deriving_cad
  2140. ppx_deriving_cmdliner >= "0.5.1"
  2141. ppx_deriving_decoders
  2142. ppx_deriving_encoding
  2143. ppx_deriving_ezjsonm
  2144. ppx_deriving_hardcaml >= "v0.12.0"
  2145. ppx_deriving_hash
  2146. ppx_deriving_json_schema
  2147. ppx_deriving_jsonschema
  2148. ppx_deriving_jsoo
  2149. ppx_deriving_madcast >= "0.2"
  2150. ppx_deriving_popper
  2151. ppx_deriving_protobuf >= "2.7"
  2152. ppx_deriving_qcheck
  2153. ppx_deriving_rpc >= "6.1.0"
  2154. ppx_deriving_scad
  2155. ppx_deriving_variant_string
  2156. ppx_deriving_yaml
  2157. ppx_deriving_yojson >= "3.3"
  2158. ppx_diff
  2159. ppx_disable_unused_warnings
  2160. ppx_distr_guards >= "0.2"
  2161. ppx_dream_eml
  2162. ppx_embed_file
  2163. ppx_enum
  2164. ppx_enumerate >= "v0.12.0"
  2165. ppx_expect >= "v0.12.0"
  2166. ppx_factory
  2167. ppx_fail >= "v0.12.0"
  2168. ppx_fast_pipe
  2169. ppx_fields_conv >= "v0.12.0"
  2170. ppx_fixed_literal
  2171. ppx_fun >= "0.0.9"
  2172. ppx_gen_rec >= "1.1.0"
  2173. ppx_getenv >= "2.0"
  2174. ppx_globalize
  2175. ppx_hardcaml >= "v0.17.0"
  2176. ppx_hash >= "v0.12.0"
  2177. ppx_here >= "v0.12.0"
  2178. ppx_ignore_instrumentation
  2179. ppx_import >= "1.5-3-gbd627d5"
  2180. ppx_inline_alcotest
  2181. ppx_inline_test >= "v0.12.0"
  2182. ppx_interact
  2183. ppx_irmin
  2184. ppx_jane >= "v0.12.0"
  2185. ppx_js_style >= "v0.12.0"
  2186. ppx_jsobject_conv >= "0.6.0"
  2187. ppx_jsonaf_conv
  2188. ppx_let >= "v0.12.0"
  2189. ppx_log
  2190. ppx_lun
  2191. ppx_make
  2192. ppx_map
  2193. ppx_matches
  2194. ppx_meta_conv >= "4.0.1"
  2195. ppx_mica
  2196. ppx_minidebug
  2197. ppx_module_timer
  2198. ppx_monad
  2199. ppx_monoid >= "0.3.2"
  2200. ppx_mysql
  2201. ppx_mysql_identity
  2202. ppx_open
  2203. ppx_optcomp >= "v0.12.0"
  2204. ppx_optint
  2205. ppx_optional >= "v0.12.0"
  2206. ppx_parser
  2207. ppx_partial
  2208. ppx_pattern_bind
  2209. ppx_pbt
  2210. ppx_pipebang >= "v0.12.0"
  2211. ppx_protocol_conv >= "3.1.0"
  2212. ppx_protocol_conv_json >= "3.1.0"
  2213. ppx_protocol_conv_jsonm
  2214. ppx_protocol_conv_msgpack >= "3.1.0"
  2215. ppx_protocol_conv_xml_light >= "3.1.0"
  2216. ppx_protocol_conv_xmlm
  2217. ppx_protocol_conv_yaml >= "3.1.0"
  2218. ppx_pyformat
  2219. ppx_python
  2220. ppx_quick_test
  2221. ppx_rapper
  2222. ppx_rapper_async
  2223. ppx_rapper_lwt
  2224. ppx_regexp >= "0.4.0"
  2225. ppx_relit
  2226. ppx_repr
  2227. ppx_seq
  2228. ppx_sexp_conv >= "v0.12.0"
  2229. ppx_sexp_message >= "v0.12.0"
  2230. ppx_sexp_value >= "v0.12.0"
  2231. ppx_show
  2232. ppx_stable
  2233. ppx_stable_witness
  2234. ppx_string
  2235. ppx_string_conv
  2236. ppx_string_interpolation
  2237. ppx_subliner
  2238. ppx_system
  2239. ppx_test >= "1.7.0"
  2240. ppx_there
  2241. ppx_tools >= "6.0+4.08.0"
  2242. ppx_tools_versioned >= "5.2.2"
  2243. ppx_trace
  2244. ppx_ts
  2245. ppx_tydi
  2246. ppx_type_directed_value
  2247. ppx_typed_fields
  2248. ppx_typerep_conv >= "v0.12.0"
  2249. ppx_tyre
  2250. ppx_units
  2251. ppx_update
  2252. ppx_variants_conv >= "v0.12.0"
  2253. ppx_viewpattern
  2254. ppx_wideopen
  2255. ppx_xml_conv >= "v0.12.0"
  2256. ppx_yojson
  2257. ppx_yojson_conv
  2258. ppx_yojson_conv_lib
  2259. ppxfind >= "1.3"
  2260. ppxlib >= "0.4.0"
  2261. ppxlib-tools
  2262. ppxlib_jane
  2263. ppxx >= "2.4.0"
  2264. pratter
  2265. prbnmcn-basic-structures
  2266. prbnmcn-cgrph
  2267. prbnmcn-clustering
  2268. prbnmcn-dagger
  2269. prbnmcn-dagger-gsl
  2270. prbnmcn-dagger-stats
  2271. prbnmcn-dagger-test
  2272. prbnmcn-gnuplot
  2273. prbnmcn-linalg
  2274. prbnmcn-mcts
  2275. prbnmcn-proptest
  2276. prbnmcn-stats
  2277. prbnmcn-ucb1
  2278. prc
  2279. preface
  2280. prelude
  2281. pretty_expressive
  2282. prettym
  2283. printbox >= "0.3"
  2284. printbox-ext-plot
  2285. printbox-html
  2286. printbox-md
  2287. printbox-text >= "0.6.1"
  2288. proc-smaps
  2289. process_limits
  2290. processor
  2291. producer
  2292. prof_spacetime >= "0.3.0"
  2293. profiling
  2294. profunctor
  2295. progress
  2296. prom
  2297. prometheus >= "0.6"
  2298. prometheus-app >= "0.6"
  2299. prometheus-liquidsoap >= "2"
  2300. promise
  2301. promise_jsoo
  2302. promise_jsoo_lwt
  2303. protocell
  2304. protocol-9p >= "1.0.0"
  2305. protocol-9p-tool >= "1.0.0"
  2306. protocol-9p-unix >= "1.0.0"
  2307. protocol_version_header >= "v0.12.0"
  2308. provider
  2309. prr
  2310. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2311. psq >= "0.1.1"
  2312. ptmap >= "2.0.5"
  2313. ptset >= "1.0.1"
  2314. pulseaudio >= "0.1.4"
  2315. pure-html
  2316. pure-splitmix >= "0.3"
  2317. pvec
  2318. py >= "1.1"
  2319. pyast
  2320. pyml >= "20210924"
  2321. pyml_bindgen >= "0.3.0"
  2322. pyre-ast
  2323. pythonlib
  2324. qbf >= "0.3"
  2325. qcheck >= "0.9"
  2326. qcheck-alcotest
  2327. qcheck-core
  2328. qcheck-lin
  2329. qcheck-multicoretests-util
  2330. qcheck-ounit
  2331. qcheck-stm
  2332. qiskit
  2333. qmp >= "0.19.0"
  2334. qrencode >= "0.2"
  2335. qtest >= "2.10.1"
  2336. queenshead
  2337. quests
  2338. quick_print
  2339. quickjs
  2340. radamsa
  2341. radare2 >= "0.0.3"
  2342. randii
  2343. random
  2344. randomconv >= "0.1.1"
  2345. randoml
  2346. range >= "0.8"
  2347. rangeSet
  2348. rankers
  2349. rawlink >= "1.0"
  2350. rawlink-eio
  2351. rawlink-lwt
  2352. raygui
  2353. raylib
  2354. rdbg >= "1.196.12"
  2355. rdf >= "0.13.0"
  2356. rdf_impls
  2357. rdf_json_ld
  2358. rdf_lwt
  2359. rdf_mysql
  2360. rdf_postgresql
  2361. rdf_ppx
  2362. re >= "1.9.0"
  2363. re2 >= "v0.12.1"
  2364. re2_stable
  2365. re_parser
  2366. rea
  2367. reactiveData >= "0.3.0"
  2368. reactjs-jsx-ppx
  2369. readline
  2370. reanalyze
  2371. reason >= "3.5.0"
  2372. reason-react
  2373. reason-react-ppx
  2374. reason-standard
  2375. received
  2376. record_builder >= "v0.12.0"
  2377. records >= "1.0.0"
  2378. red-black-tree
  2379. reddit_api_async
  2380. reddit_api_kernel
  2381. redirect
  2382. redis >= "0.4"
  2383. redis-async
  2384. redis-lwt >= "0.4"
  2385. redis-sync >= "0.4"
  2386. reed-solomon-erasure >= "1.0.2"
  2387. reedsolomon >= "0.3"
  2388. refl
  2389. regenerate >= "0.2"
  2390. regex_parser_intf
  2391. relit_helper
  2392. remu_ts
  2393. reparse
  2394. reparse-lwt
  2395. reparse-lwt-unix
  2396. reparse-unix
  2397. repr
  2398. repr-bench
  2399. repr-fuzz
  2400. res >= "5.0.1"
  2401. res_tailwindcss
  2402. rescript-syntax
  2403. reshowcase
  2404. resource-pooling >= "1.1"
  2405. resource_cache >= "v0.12.0"
  2406. resp
  2407. resp-client
  2408. resp-mirage
  2409. resp-server >= "0.9"
  2410. resp-unix
  2411. resto
  2412. resto-acl
  2413. resto-cohttp
  2414. resto-cohttp-client
  2415. resto-cohttp-self-serving-client
  2416. resto-cohttp-server
  2417. resto-directory
  2418. resto-json
  2419. result >= "1.4"
  2420. rfc1951 >= "0.8.1" & != "1.0.0"
  2421. rfc6287 >= "1.0.4"
  2422. rfc7748
  2423. rfsm >= "1.6-alpha-3"
  2424. rhythm
  2425. ringo
  2426. ringo-lwt
  2427. rio
  2428. riot
  2429. river >= "0.2"
  2430. rock
  2431. roman
  2432. root1d >= "0.5.1"
  2433. rope >= "0.6.2"
  2434. rosa
  2435. rosetta >= "0.2.0"
  2436. routes
  2437. rpc >= "6.1.0"
  2438. rpc_parallel >= "v0.12.0"
  2439. rpclib >= "6.1.0"
  2440. rpclib-async >= "6.1.0"
  2441. rpclib-html
  2442. rpclib-js
  2443. rpclib-lwt >= "6.1.0"
  2444. rpmfile
  2445. rpmfile-cli
  2446. rpmfile-eio
  2447. rpmfile-unix
  2448. rsdd
  2449. rss
  2450. rtop >= "3.5.0"
  2451. rtree
  2452. rungen
  2453. runtime_events_tools
  2454. rusage
  2455. rust-staticlib-gen
  2456. rust-staticlib-virtual
  2457. SourceCode_ASCII
  2458. SZXX
  2459. safemoney
  2460. safepass >= "3.1"
  2461. sail >= "0.15"
  2462. sail_c_backend
  2463. sail_coq_backend
  2464. sail_doc_backend
  2465. sail_latex_backend
  2466. sail_lem_backend
  2467. sail_manifest
  2468. sail_ocaml_backend
  2469. sail_output
  2470. sail_smt_backend
  2471. sail_sv_backend
  2472. salsa20 >= "1.0.0"
  2473. salsa20-core >= "1.0.0"
  2474. samplerate >= "0.1.6"
  2475. sanddb >= "0.2"
  2476. sarek >= "20210823"
  2477. sarif
  2478. satex
  2479. saturn
  2480. saturn_lockfree
  2481. satyrographos
  2482. scad_ml
  2483. scfg
  2484. scgi
  2485. scipy
  2486. scrypt-kdf >= "1.0.0"
  2487. sd_logic
  2488. sdl-liquidsoap >= "3"
  2489. search
  2490. searchTree
  2491. secp256k1 >= "0.4.1"
  2492. secp256k1-internal
  2493. sedlex >= "2.0"
  2494. sek
  2495. sel
  2496. selective
  2497. semantic_version
  2498. semaphore-compat
  2499. semv
  2500. semver >= "0.2.1"
  2501. semver2
  2502. sendmail
  2503. sendmail-lwt
  2504. sendmail-miou-unix
  2505. sendmail-mirage
  2506. sentry
  2507. seq >= "0.2" & < "base"
  2508. seqes
  2509. sequencer_table >= "v0.12.0"
  2510. serde
  2511. serde_debug
  2512. serde_derive
  2513. serde_json
  2514. serde_sexpr
  2515. serde_xml
  2516. serial
  2517. server-reason-react
  2518. session >= "0.4.1"
  2519. session-cohttp >= "0.4.1"
  2520. session-cohttp-async >= "0.4.1"
  2521. session-cohttp-lwt >= "0.4.1"
  2522. session-cookie
  2523. session-cookie-async
  2524. session-cookie-lwt
  2525. session-postgresql >= "0.4.1"
  2526. session-postgresql-async >= "0.4.1"
  2527. session-postgresql-lwt >= "0.4.1"
  2528. session-redis-lwt >= "0.4.1"
  2529. session-webmachine >= "0.4.1"
  2530. setcore >= "1.0.2"
  2531. sexp
  2532. sexp_decode
  2533. sexp_diff
  2534. sexp_diff_kernel
  2535. sexp_grammar
  2536. sexp_macro
  2537. sexp_pretty >= "v0.12.0"
  2538. sexp_select
  2539. sexp_string_quickcheck
  2540. sexplib >= "v0.12.0"
  2541. sexplib0 >= "v0.12.0"
  2542. sexps-rewriter
  2543. sgf >= "1.0.1"
  2544. sha >= "1.13"
  2545. shades
  2546. shapefile
  2547. shared-block-ring >= "3.0.0"
  2548. shared-memory-ring >= "3.1.0"
  2549. shared-memory-ring-lwt >= "3.1.0"
  2550. shared-secret >= "0.4"
  2551. shell
  2552. sherlodoc
  2553. shexp >= "v0.12.0"
  2554. shine >= "0.2.2"
  2555. shuttle
  2556. shuttle_http
  2557. shuttle_ssl
  2558. shuttle_websocket
  2559. sifun
  2560. signal
  2561. sihl
  2562. sihl-cache
  2563. sihl-contract
  2564. sihl-core
  2565. sihl-email
  2566. sihl-facade
  2567. sihl-persistence
  2568. sihl-queue
  2569. sihl-session
  2570. sihl-storage
  2571. sihl-token
  2572. sihl-type
  2573. sihl-user
  2574. sihl-web
  2575. simlog
  2576. simple63
  2577. sitemap
  2578. sklearn
  2579. slack
  2580. slacko >= "0.14.1"
  2581. slipshow
  2582. slug
  2583. smart-print >= "0.3.0"
  2584. smaws-clients
  2585. smaws-lib
  2586. smbc >= "0.5"
  2587. smol
  2588. smol-helpers
  2589. smtlib-utils
  2590. smtml
  2591. snappy >= "0.1.2"
  2592. snoke
  2593. so
  2594. sodium-fmt
  2595. solid
  2596. solid_server
  2597. solid_tools
  2598. solidity-alcotest
  2599. solidity-common
  2600. solidity-parser
  2601. solidity-test
  2602. solidity-typechecker
  2603. solo5-elftool
  2604. sortedseq_intersect
  2605. soundtouch >= "0.1.9"
  2606. soupault
  2607. spacetime_lib >= "0.3.0"
  2608. spatial-shell
  2609. spawn < "v0.9.0" | >= "v0.13.0"
  2610. spdx_licenses
  2611. spectrum
  2612. speed
  2613. speex >= "0.4.0"
  2614. spelll >= "0.4"
  2615. spices
  2616. spin
  2617. splay_tree >= "v0.12.0"
  2618. splittable_random >= "v0.12.0"
  2619. spoc >= "20210823"
  2620. spoc_ppx
  2621. spoke
  2622. spotify-web-api >= "0.2.1"
  2623. spotify_ml
  2624. spotlib >= "4.1.0"
  2625. sqids
  2626. sqlgg >= "20200521"
  2627. sqlite3 >= "4.4.1"
  2628. sqlite3_utils
  2629. srt
  2630. ssh-agent >= "0.2.0"
  2631. ssl >= "0.5.6"
  2632. starpath
  2633. starred_ml
  2634. stdcompat >= "19"
  2635. stdint >= "0.6.0"
  2636. stdint-literals
  2637. stdio >= "v0.12.0"
  2638. stdlib-diff
  2639. stdlib-random
  2640. stdlib-shims
  2641. stdune
  2642. stitch
  2643. stk
  2644. stk_iconv
  2645. stk_ocf
  2646. stk_ppx
  2647. stk_rdf
  2648. stk_xml
  2649. stog >= "0.20.0"
  2650. stog_all
  2651. stog_asy
  2652. stog_dot
  2653. stog_extern
  2654. stog_markdown
  2655. stog_multi_doc
  2656. stog_nocaml
  2657. stog_noexec
  2658. stog_plugins
  2659. stog_rdf
  2660. stog_rel_href
  2661. stog_server
  2662. stog_server_multi
  2663. stog_sitemap
  2664. stog_writing
  2665. store
  2666. stored_reversed
  2667. stramon-lib
  2668. streamable
  2669. streaming
  2670. string_dict >= "v0.12.0"
  2671. stringCodepointSplitter
  2672. stringext >= "1.6.0"
  2673. sturgeon >= "0.4.2"
  2674. styled-ppx
  2675. subscriptions-transport-ws
  2676. subtype-refinement >= "0.2"
  2677. sun
  2678. svmwrap
  2679. swagger >= "0.2.0"
  2680. swapfs
  2681. swhid
  2682. swhid_compute
  2683. swhid_core
  2684. swhid_types
  2685. swipl
  2686. syguslib-utils
  2687. syncweb
  2688. syndic >= "1.6.0"
  2689. sys-socket
  2690. sys-socket-unix
  2691. syslog >= "2.0.1"
  2692. syslog-message >= "1.0.0"
  2693. syslog-rfc5424
  2694. systemverilog >= "0.0.2"
  2695. tablecloth-base
  2696. tablecloth-melange
  2697. tablecloth-native < "transition"
  2698. tabr
  2699. taglib >= "0.3.7"
  2700. talaria-bibtex
  2701. tar >= "1.0.0"
  2702. tar-eio
  2703. tar-mirage >= "1.0.0"
  2704. tar-unix >= "1.0.0"
  2705. tcalc
  2706. tcpip >= "3.7.0"
  2707. tdigest
  2708. teash
  2709. telemetry
  2710. telltime
  2711. tensorboard
  2712. term-indexing
  2713. term-tools
  2714. terminal
  2715. terminal_size >= "0.1.4"
  2716. terminus
  2717. terminus-cohttp
  2718. terminus-hlc
  2719. terml
  2720. testo
  2721. testo-diff
  2722. testo-lwt
  2723. testo-util
  2724. testu01
  2725. textmate-language
  2726. textrazor
  2727. textutils >= "v0.12.0"
  2728. textutils_kernel >= "v0.12.0"
  2729. textwrap >= "0.2.1"
  2730. tezos-baking-015-PtLimaPt
  2731. tezos-baking-015-PtLimaPt-commands
  2732. tezos-baking-016-PtMumbai
  2733. tezos-baking-016-PtMumbai-commands
  2734. tezos-baking-017-PtNairob
  2735. tezos-baking-017-PtNairob-commands
  2736. tezos-baking-alpha
  2737. tezos-baking-alpha-commands
  2738. tezos-base
  2739. tezos-base-test-helpers
  2740. tezos-base58
  2741. tezos-benchmark >= "19.0"
  2742. tezos-bls12-381-polynomial
  2743. tezos-clic
  2744. tezos-client-000-Ps9mPmXa
  2745. tezos-client-001-PtCJ7pwo
  2746. tezos-client-002-PsYLVpVv
  2747. tezos-client-003-PsddFKi3
  2748. tezos-client-004-Pt24m4xi
  2749. tezos-client-005-PsBabyM1
  2750. tezos-client-006-PsCARTHA
  2751. tezos-client-007-PsDELPH1
  2752. tezos-client-008-PtEdo2Zk
  2753. tezos-client-009-PsFLoren
  2754. tezos-client-010-PtGRANAD
  2755. tezos-client-011-PtHangz2
  2756. tezos-client-012-Psithaca
  2757. tezos-client-013-PtJakart
  2758. tezos-client-014-PtKathma
  2759. tezos-client-015-PtLimaPt
  2760. tezos-client-016-PtMumbai
  2761. tezos-client-017-PtNairob
  2762. tezos-client-alpha
  2763. tezos-client-base
  2764. tezos-client-base-unix
  2765. tezos-client-commands
  2766. tezos-client-demo-counter < "18.0" | >= "19.0"
  2767. tezos-client-genesis < "18.0" | >= "19.0"
  2768. tezos-context
  2769. tezos-context-hash
  2770. tezos-context-hash-irmin
  2771. tezos-context-ops
  2772. tezos-crypto
  2773. tezos-crypto-dal
  2774. tezos-dac-client-lib >= "19.0"
  2775. tezos-dac-lib >= "19.0"
  2776. tezos-dac-node-lib >= "19.0"
  2777. tezos-dal-node-lib < "18.0" | >= "19.0"
  2778. tezos-dal-node-services < "18.0" | >= "19.0"
  2779. tezos-embedded-protocol-000-Ps9mPmXa
  2780. tezos-embedded-protocol-001-PtCJ7pwo
  2781. tezos-embedded-protocol-002-PsYLVpVv
  2782. tezos-embedded-protocol-003-PsddFKi3
  2783. tezos-embedded-protocol-004-Pt24m4xi
  2784. tezos-embedded-protocol-005-PsBABY5H
  2785. tezos-embedded-protocol-005-PsBabyM1
  2786. tezos-embedded-protocol-006-PsCARTHA
  2787. tezos-embedded-protocol-007-PsDELPH1
  2788. tezos-embedded-protocol-008-PtEdo2Zk
  2789. tezos-embedded-protocol-008-PtEdoTez
  2790. tezos-embedded-protocol-009-PsFLoren
  2791. tezos-embedded-protocol-010-PtGRANAD
  2792. tezos-embedded-protocol-011-PtHangz2
  2793. tezos-embedded-protocol-012-Psithaca
  2794. tezos-embedded-protocol-013-PtJakart
  2795. tezos-embedded-protocol-014-PtKathma
  2796. tezos-embedded-protocol-015-PtLimaPt
  2797. tezos-embedded-protocol-016-PtMumbai
  2798. tezos-embedded-protocol-017-PtNairob
  2799. tezos-embedded-protocol-alpha
  2800. tezos-embedded-protocol-demo-counter
  2801. tezos-embedded-protocol-demo-noops
  2802. tezos-embedded-protocol-genesis
  2803. tezos-error-monad
  2804. tezos-event-logging
  2805. tezos-event-logging-test-helpers
  2806. tezos-hacl-glue
  2807. tezos-hacl-glue-unix
  2808. tezos-injector-015-PtLimaPt
  2809. tezos-injector-016-PtMumbai
  2810. tezos-layer2-store
  2811. tezos-layer2-utils-016-PtMumbai
  2812. tezos-layer2-utils-017-PtNairob
  2813. tezos-lazy-containers
  2814. tezos-lwt-result-stdlib < "16.0"
  2815. tezos-micheline
  2816. tezos-mockup
  2817. tezos-mockup-commands
  2818. tezos-mockup-proxy
  2819. tezos-mockup-registration
  2820. tezos-openapi
  2821. tezos-p2p
  2822. tezos-p2p-services
  2823. tezos-plompiler
  2824. tezos-plonk
  2825. tezos-protocol-000-Ps9mPmXa < "18.0" | >= "19.0"
  2826. tezos-protocol-001-PtCJ7pwo < "18.0" | >= "19.0"
  2827. tezos-protocol-002-PsYLVpVv < "18.0" | >= "19.0"
  2828. tezos-protocol-003-PsddFKi3 < "18.0" | >= "19.0"
  2829. tezos-protocol-004-Pt24m4xi < "18.0" | >= "19.0"
  2830. tezos-protocol-005-PsBABY5H < "18.0" | >= "19.0"
  2831. tezos-protocol-005-PsBabyM1 < "18.0" | >= "19.0"
  2832. tezos-protocol-006-PsCARTHA < "18.0" | >= "19.0"
  2833. tezos-protocol-007-PsDELPH1 < "18.0" | >= "19.0"
  2834. tezos-protocol-008-PtEdo2Zk < "18.0" | >= "19.0"
  2835. tezos-protocol-008-PtEdoTez < "18.0" | >= "19.0"
  2836. tezos-protocol-009-PsFLoren < "18.0" | >= "19.0"
  2837. tezos-protocol-010-PtGRANAD < "18.0" | >= "19.0"
  2838. tezos-protocol-011-PtHangz2 < "18.0" | >= "19.0"
  2839. tezos-protocol-012-Psithaca < "18.0" | >= "19.0"
  2840. tezos-protocol-013-PtJakart < "18.0" | >= "19.0"
  2841. tezos-protocol-014-PtKathma < "18.0" | >= "19.0"
  2842. tezos-protocol-015-PtLimaPt < "18.0" | >= "19.0"
  2843. tezos-protocol-016-PtMumbai < "18.0" | >= "19.0"
  2844. tezos-protocol-017-PtNairob < "18.0" | >= "19.0"
  2845. tezos-protocol-018-Proxford >= "19.0"
  2846. tezos-protocol-019-PtParisB
  2847. tezos-protocol-020-PsParisC
  2848. tezos-protocol-alpha < "18.0" | >= "19.0"
  2849. tezos-protocol-demo-counter < "18.0" | >= "19.0"
  2850. tezos-protocol-demo-noops < "18.0" | >= "19.0"
  2851. tezos-protocol-environment
  2852. tezos-protocol-environment-packer
  2853. tezos-protocol-environment-sigs
  2854. tezos-protocol-environment-structs
  2855. tezos-protocol-genesis < "18.0" | >= "19.0"
  2856. tezos-protocol-plugin-007-PsDELPH1
  2857. tezos-protocol-plugin-007-PsDELPH1-registerer
  2858. tezos-protocol-plugin-008-PtEdo2Zk
  2859. tezos-protocol-plugin-008-PtEdo2Zk-registerer
  2860. tezos-protocol-plugin-009-PsFLoren
  2861. tezos-protocol-plugin-009-PsFLoren-registerer
  2862. tezos-protocol-plugin-010-PtGRANAD
  2863. tezos-protocol-plugin-010-PtGRANAD-registerer
  2864. tezos-protocol-plugin-011-PtHangz2
  2865. tezos-protocol-plugin-011-PtHangz2-registerer
  2866. tezos-protocol-plugin-012-Psithaca
  2867. tezos-protocol-plugin-012-Psithaca-registerer
  2868. tezos-protocol-plugin-013-PtJakart
  2869. tezos-protocol-plugin-013-PtJakart-registerer
  2870. tezos-protocol-plugin-014-PtKathma
  2871. tezos-protocol-plugin-014-PtKathma-registerer
  2872. tezos-protocol-plugin-015-PtLimaPt
  2873. tezos-protocol-plugin-015-PtLimaPt-registerer
  2874. tezos-protocol-plugin-016-PtMumbai
  2875. tezos-protocol-plugin-016-PtMumbai-registerer
  2876. tezos-protocol-plugin-017-PtNairob
  2877. tezos-protocol-plugin-017-PtNairob-registerer
  2878. tezos-protocol-plugin-alpha
  2879. tezos-protocol-plugin-alpha-registerer
  2880. tezos-protocol-updater
  2881. tezos-proxy
  2882. tezos-proxy-server-config < "18.0" | >= "19.0"
  2883. tezos-requester
  2884. tezos-rpc
  2885. tezos-rpc-http
  2886. tezos-rpc-http-client
  2887. tezos-rpc-http-client-unix
  2888. tezos-rpc-http-server
  2889. tezos-sapling
  2890. tezos-scoru-wasm
  2891. tezos-scoru-wasm-fast
  2892. tezos-scoru-wasm-helpers
  2893. tezos-shell
  2894. tezos-shell-context
  2895. tezos-shell-services
  2896. tezos-shell-services-test-helpers
  2897. tezos-signer-backends
  2898. tezos-signer-services
  2899. tezos-smart-rollup-016-PtMumbai
  2900. tezos-smart-rollup-017-PtNairob
  2901. tezos-smart-rollup-alpha
  2902. tezos-smart-rollup-layer2-016-PtMumbai
  2903. tezos-smart-rollup-layer2-017-PtNairob
  2904. tezos-stdlib-unix
  2905. tezos-store
  2906. tezos-test-helpers < "16.0"
  2907. tezos-test-helpers-extra
  2908. tezos-test-services
  2909. tezos-tree-encoding
  2910. tezos-tx-rollup-015-PtLimaPt
  2911. tezos-validation
  2912. tezos-version
  2913. tezos-webassembly-interpreter
  2914. tezos-webassembly-interpreter-extra
  2915. tezos-workers
  2916. tezt
  2917. tezt-bam
  2918. tezt-tezos != "18.1"
  2919. theora >= "0.4.0"
  2920. thread-local-storage
  2921. thread-table
  2922. thrift >= "0.10.0"
  2923. tidy >= "5-0.2"
  2924. tidy_email
  2925. tidy_email_mailgun
  2926. tidy_email_sendgrid
  2927. tidy_email_smtp
  2928. tilde_f
  2929. time_now
  2930. timed >= "1.1"
  2931. timedesc
  2932. timedesc-json
  2933. timedesc-sexp
  2934. timedesc-tzdb
  2935. timedesc-tzlocal
  2936. timedesc-tzlocal-js
  2937. timere
  2938. timere-parse
  2939. timezone
  2940. timmy
  2941. timmy-jsoo
  2942. timmy-lwt
  2943. timmy-unix
  2944. tiny_httpd
  2945. tiny_httpd_camlzip
  2946. tip-parser >= "0.4"
  2947. tldr
  2948. tls >= "0.11.0"
  2949. tls-async
  2950. tls-eio
  2951. tls-liquidsoap
  2952. tls-lwt
  2953. tls-miou-unix
  2954. tls-mirage
  2955. toc
  2956. tofn
  2957. togglelog
  2958. toml >= "5.0.0"
  2959. toml-cconv
  2960. toml_cconv
  2961. toplevel_backend
  2962. toplevel_expect_test >= "v0.12.0"
  2963. topojson
  2964. topojsone
  2965. topological_sort >= "v0.12.0"
  2966. torch
  2967. tqdm
  2968. trace
  2969. trace-fuchsia
  2970. trace-tef
  2971. tracing
  2972. tracy-client
  2973. trail
  2974. traits
  2975. trampoline
  2976. transept
  2977. traverse
  2978. travesty != "0.6.1"
  2979. travis-opam >= "1.5.0"
  2980. trax >= "0.4.0"
  2981. tree_layout >= "0.2"
  2982. treeprint >= "2.3.0"
  2983. trexio
  2984. trie >= "1.0.0"
  2985. trs
  2986. tsdl-image >= "0.3.0"
  2987. tsdl-mixer >= "0.3.0"
  2988. tsdl-ttf >= "0.3"
  2989. tsort
  2990. tty
  2991. tube >= "4.4.0"
  2992. tuntap >= "1.7.0"
  2993. twirp_cohttp_lwt_unix
  2994. twirp_core
  2995. twirp_ezcurl
  2996. twirp_tiny_httpd
  2997. twostep
  2998. tyabt
  2999. type_eq
  3000. type_id
  3001. typeid
  3002. typerep >= "v0.12.0"
  3003. typeset
  3004. tyre >= "0.5"
  3005. tyxml >= "4.3.0"
  3006. tyxml-jsx
  3007. tyxml-lwd
  3008. tyxml-ppx >= "4.3.0"
  3009. tyxml-syntax
  3010. u2f
  3011. ubase
  3012. ubpf >= "0.2"
  3013. uecc >= "0.3"
  3014. uint >= "2.0.1"
  3015. ulid
  3016. um-abt
  3017. unidecode
  3018. unionFind
  3019. unisim_archisec
  3020. unison >= "2.51.4" & < "2.53.4"
  3021. universal-portal
  3022. universo
  3023. unix-errno >= "0.6.0"
  3024. unstrctrd
  3025. uopt
  3026. uri >= "2.2.0"
  3027. uri-bench
  3028. uri-re
  3029. uri-sexp
  3030. uring
  3031. uring-trace
  3032. uritemplate
  3033. urn
  3034. user-agent-parser
  3035. username_kernel
  3036. uspf
  3037. uspf-lwt
  3038. uspf-mirage
  3039. uspf-unix
  3040. utop >= "2.3.0"
  3041. uuuu >= "0.1.1"
  3042. validate
  3043. validator
  3044. variantslib >= "v0.12.0"
  3045. varray
  3046. vcaml
  3047. vcardgen >= "1.2"
  3048. vchan
  3049. vchan-unix
  3050. vchan-xen
  3051. vdom
  3052. vec
  3053. vector
  3054. vector3 >= "1.0.0"
  3055. vendredi
  3056. vercel
  3057. versioned_polling_state_rpc
  3058. vhd-format >= "0.12.0"
  3059. vhd-format-lwt >= "0.12.0"
  3060. virtual_dom >= "v0.12.0"
  3061. virtual_dom_toplayer
  3062. visitors >= "20200207"
  3063. vlq >= "0.2.1"
  3064. vlt
  3065. vmnet >= "1.3.2"
  3066. vocal
  3067. voqc
  3068. vorbis >= "0.8.0"
  3069. vpt >= "5.0.0"
  3070. vscoq-language-server
  3071. vue-jsoo
  3072. vue-ppx
  3073. wall >= "0.4"
  3074. wasmer
  3075. wasmtime
  3076. wayland
  3077. waylaunch
  3078. wcwidth
  3079. webauthn
  3080. weberizer >= "0.8"
  3081. webmachine >= "0.6.2"
  3082. websocket >= "2.12"
  3083. websocket-async >= "2.12"
  3084. websocket-lwt >= "2.12"
  3085. websocket-lwt-unix
  3086. websocketaf
  3087. webtest >= "2.0.0"
  3088. webtest-js
  3089. why3find
  3090. wikitext
  3091. win-error >= "1.0"
  3092. win-eventlog >= "0.3"
  3093. winsvc
  3094. ws
  3095. ws-server
  3096. wseg
  3097. wtf8 >= "1.0.2"
  3098. wtr
  3099. wtr-ppx
  3100. wu-manber-fuzzy-search
  3101. x509 >= "0.6.3"
  3102. x86_64-esperanto >= "0.0.6"
  3103. xapi-backtrace >= "0.7"
  3104. xapi-inventory >= "1.2.1"
  3105. xapi-rrd >= "1.8.2"
  3106. xapi-stdext-date
  3107. xapi-stdext-encodings
  3108. xapi-stdext-pervasives
  3109. xapi-stdext-std
  3110. xapi-stdext-threads
  3111. xapi-stdext-unix
  3112. xapi-stdext-zerocheck
  3113. xcursor
  3114. xdg
  3115. xdg-basedir
  3116. xedbindings
  3117. xen-evtchn >= "2.1.0"
  3118. xen-evtchn-unix >= "2.1.0"
  3119. xen-gnt >= "3.1.0"
  3120. xen-gnt-unix >= "3.1.0"
  3121. xenstore >= "2.1.0"
  3122. xenstore_transport >= "1.1.0"
  3123. xkbcommon
  3124. xlsx2csv
  3125. xmelly
  3126. xml-light >= "2.5"
  3127. xmldiff >= "0.7.0"
  3128. xmldiff_js
  3129. xmlplaylist >= "0.1.5"
  3130. xoshiro
  3131. xtmpl >= "0.19.0"
  3132. xtmpl_js
  3133. xtmpl_ppx
  3134. yaml >= "1.0.0"
  3135. yaml-sexp
  3136. yara >= "0.2"
  3137. yocaml
  3138. yocaml_cmark
  3139. yocaml_cmarkit
  3140. yocaml_eio
  3141. yocaml_git
  3142. yocaml_jingoo
  3143. yocaml_markdown
  3144. yocaml_mustache
  3145. yocaml_omd
  3146. yocaml_otoml
  3147. yocaml_runtime
  3148. yocaml_syndication
  3149. yocaml_unix
  3150. yocaml_yaml
  3151. yojson >= "1.5.0"
  3152. yojson-bench
  3153. yojson-five
  3154. yosqlite
  3155. yurt >= "0.6"
  3156. yuscii >= "0.2.1"
  3157. yuujinchou
  3158. zanuda
  3159. zar
  3160. zarith-ppx
  3161. zarith_stubs_js
  3162. zarr
  3163. zarr-eio
  3164. zarr-lwt
  3165. zarr-sync
  3166. zed >= "2.0"
  3167. zeit
  3168. zelus
  3169. zelus-gtk
  3170. zipperposition >= "1.5.1"
  3171. zipperposition-tools
  3172. zlib >= "0.6"
  3173. zlist >= "0.4.0"
  3174. zmq >= "5.1.0"
  3175. zmq-async >= "5.1.0"
  3176. zmq-eio
  3177. zmq-lwt >= "5.1.0"
  3178. zstandard >= "v0.12.1"
  3179. zstd >= "0.3"
  3180. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"
OCaml

Innovation. Community. Security.