package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.17.1.tbz
sha256=6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6
sha512=fed5b091c307a2817e415456bd66a6bc98d7daaedd08a388b8544a6371346f9227765bcceb6b480a2192e0ec198cd6a818ba50af56819fd70992b14a4d0baccf

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: 19 Dec 2024

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-parser
  1843. oepub
  1844. of_json
  1845. offheap
  1846. oframl
  1847. ogg = "0.6.0" | >= "0.7.0"
  1848. ohex
  1849. oidc
  1850. ojo
  1851. ojs
  1852. ojs_base
  1853. ojs_base_all
  1854. ojs_base_ppx
  1855. ojs_ed
  1856. ojs_filetree
  1857. ojs_list
  1858. olinq >= "0.3"
  1859. oma
  1860. omd >= "1.3.2"
  1861. ometrics
  1862. omg
  1863. omigrate
  1864. omlr >= "1.0.3"
  1865. omtl
  1866. oneffs
  1867. oniguruma
  1868. opam-0install
  1869. opam-0install-cudf
  1870. opam-bin >= "1.0.0"
  1871. opam-build
  1872. opam-check-npm-deps
  1873. opam-client >= "2.0.2"
  1874. opam-compiler
  1875. opam-core >= "2.0.2"
  1876. opam-custom-install
  1877. opam-devel >= "2.0.2"
  1878. opam-dune-lint >= "0.3"
  1879. opam-ed >= "0.4"
  1880. opam-file-format >= "2.1.0" & < "2.1.5" | >= "2.2.0~alpha1"
  1881. opam-format >= "2.0.2"
  1882. opam-graph
  1883. opam-grep >= "0.2.0"
  1884. opam-installer >= "2.0.2"
  1885. opam-monorepo
  1886. opam-package-upgrade >= "0.2"
  1887. opam-publish >= "2.0.2"
  1888. opam-repository >= "2.0.2"
  1889. opam-solver >= "2.0.2"
  1890. opam-spin
  1891. opam-state >= "2.0.2"
  1892. opam-test
  1893. opam2web >= "2.0"
  1894. opam_bin_lib != "0.9.5"
  1895. opasswd >= "1.3.1"
  1896. opazl
  1897. openai
  1898. openai-gym
  1899. openapi
  1900. openapi-opium
  1901. openapi_router
  1902. openbsd
  1903. opencc0
  1904. opencc1
  1905. opencc1_1
  1906. openQASM
  1907. openstellina
  1908. opentelemetry
  1909. opentelemetry-client-cohttp-lwt
  1910. opentelemetry-client-ocurl
  1911. opentelemetry-cohttp-lwt
  1912. opentelemetry-lwt
  1913. opine
  1914. opium >= "0.17.0"
  1915. opium-graphql
  1916. opium-testing
  1917. opium_kernel >= "0.17.0"
  1918. oplot
  1919. oplsr
  1920. opomodoro
  1921. opsian
  1922. optal
  1923. opti
  1924. optimization1d >= "0.6.1"
  1925. optiml-transport
  1926. optint >= "0.0.2"
  1927. opus >= "0.2.0"
  1928. oraft
  1929. oranger >= "2.0.1"
  1930. orb
  1931. order-i3-xfce
  1932. ordering
  1933. ordinal
  1934. ordinal_abbreviation
  1935. ordma >= "0.0.5"
  1936. orec >= "1.0.1"
  1937. orewa
  1938. orf
  1939. orgeat
  1940. orpie
  1941. orrandomForest
  1942. orsvm_e1071 >= "4.0.0"
  1943. ortac-core
  1944. ortac-dune
  1945. ortac-qcheck-stm
  1946. ortac-runtime
  1947. ortac-runtime-qcheck-stm
  1948. orxgboost >= "1.1.0"
  1949. osc >= "0.2.0"
  1950. osc-lwt
  1951. osc-unix
  1952. osdp >= "1.1.1"
  1953. oseq >= "0.2"
  1954. osh
  1955. oskel
  1956. osnap
  1957. ostap >= "0.6"
  1958. osx-secure-transport >= "0.1.1"
  1959. otf
  1960. otoggl
  1961. otoml
  1962. otr >= "0.3.6"
  1963. ounit = "2.1.2"
  1964. ounit-lwt < "2.2.0"
  1965. ounit2
  1966. ounit2-lwt
  1967. override
  1968. owee >= "0.3"
  1969. owi
  1970. owl >= "0.4.0"
  1971. owl-base >= "0.4.0"
  1972. owl-jupyter
  1973. owl-ode
  1974. owl-ode-base
  1975. owl-ode-odepack
  1976. owl-ode-sundials
  1977. owl-opt
  1978. owl-opt-lbfgs
  1979. owl-plplot
  1980. owl-symbolic
  1981. owl-top >= "0.4.0"
  1982. owl-zoo >= "0.4.0"
  1983. owork
  1984. ozulip
  1985. p4pp
  1986. p5scm
  1987. packstream
  1988. pacomb
  1989. paf
  1990. paf-cohttp
  1991. paf-le
  1992. pam
  1993. pancake
  1994. pandoc
  1995. pandoc-abbreviations
  1996. pandoc-comment
  1997. pandoc-crossref
  1998. pandoc-include
  1999. pandoc-inspect
  2000. pandoc-pdf2png
  2001. pandoc-replace
  2002. papi >= "0.1.1"
  2003. par_incr
  2004. parany >= "7.0.2"
  2005. pardi >= "2.0.2"
  2006. pari
  2007. pari-bindings
  2008. parmap >= "1.1.1"
  2009. parse-argv >= "0.2.0"
  2010. parsexp >= "v0.12.0"
  2011. parsexp_io >= "v0.12.0"
  2012. parsite
  2013. parsley
  2014. passage
  2015. patch
  2016. patdiff >= "v0.12.1"
  2017. path_glob
  2018. patience_diff >= "v0.12.0"
  2019. patoline >= "0.2"
  2020. patricia-tree
  2021. pattern
  2022. pb
  2023. pb-plugin
  2024. pbkdf >= "1.0.0"
  2025. pbrt
  2026. pbrt_services
  2027. pbrt_yojson
  2028. pcap-format >= "0.5.2"
  2029. pcre >= "7.3.5"
  2030. pcre2
  2031. pds-reachability >= "0.2.2"
  2032. pecu >= "0.2"
  2033. petr4
  2034. petrol
  2035. pf-qubes
  2036. pg_query
  2037. pgocaml >= "4.0"
  2038. pgocaml_ppx
  2039. pgx >= "1.0"
  2040. pgx_async >= "1.0"
  2041. pgx_lwt >= "1.0"
  2042. pgx_lwt_mirage
  2043. pgx_lwt_unix
  2044. pgx_unix >= "1.0"
  2045. pgx_value_core
  2046. pgx_value_ptime
  2047. phantom-algebra >= "1.0.1"
  2048. phonetic
  2049. phylogenetics
  2050. piaf
  2051. picasso
  2052. picos
  2053. picos_aux
  2054. picos_io
  2055. picos_io_cohttp
  2056. picos_lwt
  2057. picos_meta
  2058. picos_mux
  2059. picos_std
  2060. piece_rope
  2061. piqi >= "0.7.8"
  2062. piqilib >= "0.6.16"
  2063. pixel_pusher
  2064. pkcs11 >= "0.18.0"
  2065. pkcs11-cli
  2066. pkcs11-driver
  2067. pkcs11-rev
  2068. pla >= "1.3"
  2069. plateau
  2070. plato
  2071. plebeia
  2072. plist-xml
  2073. plist-xml-lwt
  2074. plotkicadsch >= "0.4.0"
  2075. plotly
  2076. plplot >= "5.11.0-1"
  2077. polars
  2078. polars_async
  2079. polka
  2080. poll
  2081. polling_state_rpc
  2082. polly
  2083. polynomial
  2084. pomap >= "4.1.0"
  2085. popper
  2086. portaudio >= "0.2.2"
  2087. portaudio_c_bindings
  2088. portmidi
  2089. posix-base
  2090. posix-bindings
  2091. posix-getopt >= "2.0.0"
  2092. posix-math2
  2093. posix-signal
  2094. posix-socket
  2095. posix-socket-unix
  2096. posix-time2
  2097. posix-types >= "2.0.0"
  2098. posix-uname
  2099. posixat >= "v0.12.0"
  2100. postgres_async
  2101. postgresql >= "4.4.1"
  2102. pp
  2103. pp-binary-ints
  2104. pp_loc
  2105. pprint >= "20200226"
  2106. ppx-owl-opt
  2107. ppx_accessor
  2108. ppx_assert >= "v0.12.0"
  2109. ppx_bap
  2110. ppx_base >= "v0.12.0"
  2111. ppx_bench >= "v0.12.0"
  2112. ppx_bigarray >= "3.0.0"
  2113. ppx_bin_prot >= "v0.12.0"
  2114. ppx_bitstring >= "4.0.0"
  2115. ppx_blob >= "0.6.0"
  2116. ppx_bsx
  2117. ppx_camlrack
  2118. ppx_catch
  2119. ppx_cold
  2120. ppx_compare >= "v0.12.0"
  2121. ppx_compose >= "0.1.0"
  2122. ppx_const >= "2.0"
  2123. ppx_conv_func >= "v0.12.0"
  2124. ppx_counters
  2125. ppx_css
  2126. ppx_cstruct >= "3.3.0"
  2127. ppx_cstubs
  2128. ppx_csv_conv >= "v0.12.0"
  2129. ppx_custom_printf >= "v0.12.0"
  2130. ppx_decimal
  2131. ppx_default
  2132. ppx_defer >= "0.4.0"
  2133. ppx_demo
  2134. ppx_derive_at_runtime
  2135. ppx_derivers >= "1.2.1"
  2136. ppx_deriving = "4.3" | >= "4.5-1"
  2137. ppx_deriving_cad
  2138. ppx_deriving_cmdliner >= "0.5.1"
  2139. ppx_deriving_decoders
  2140. ppx_deriving_encoding
  2141. ppx_deriving_ezjsonm
  2142. ppx_deriving_hardcaml >= "v0.12.0"
  2143. ppx_deriving_hash
  2144. ppx_deriving_json_schema
  2145. ppx_deriving_jsonschema
  2146. ppx_deriving_jsoo
  2147. ppx_deriving_madcast >= "0.2"
  2148. ppx_deriving_popper
  2149. ppx_deriving_protobuf >= "2.7"
  2150. ppx_deriving_qcheck
  2151. ppx_deriving_rpc >= "6.1.0"
  2152. ppx_deriving_scad
  2153. ppx_deriving_variant_string
  2154. ppx_deriving_yaml
  2155. ppx_deriving_yojson >= "3.3"
  2156. ppx_diff
  2157. ppx_disable_unused_warnings
  2158. ppx_distr_guards >= "0.2"
  2159. ppx_dream_eml
  2160. ppx_embed_file
  2161. ppx_enum
  2162. ppx_enumerate >= "v0.12.0"
  2163. ppx_expect >= "v0.12.0"
  2164. ppx_factory
  2165. ppx_fail >= "v0.12.0"
  2166. ppx_fast_pipe
  2167. ppx_fields_conv >= "v0.12.0"
  2168. ppx_fixed_literal
  2169. ppx_fun >= "0.0.9"
  2170. ppx_gen_rec >= "1.1.0"
  2171. ppx_getenv >= "2.0"
  2172. ppx_globalize
  2173. ppx_hardcaml >= "v0.17.0"
  2174. ppx_hash >= "v0.12.0"
  2175. ppx_here >= "v0.12.0"
  2176. ppx_ignore_instrumentation
  2177. ppx_import >= "1.5-3-gbd627d5"
  2178. ppx_inline_alcotest
  2179. ppx_inline_test >= "v0.12.0"
  2180. ppx_interact
  2181. ppx_irmin
  2182. ppx_jane >= "v0.12.0"
  2183. ppx_js_style >= "v0.12.0"
  2184. ppx_jsobject_conv >= "0.6.0"
  2185. ppx_jsonaf_conv
  2186. ppx_let >= "v0.12.0"
  2187. ppx_log
  2188. ppx_lun
  2189. ppx_make
  2190. ppx_map
  2191. ppx_matches
  2192. ppx_meta_conv >= "4.0.1"
  2193. ppx_mica
  2194. ppx_minidebug
  2195. ppx_module_timer
  2196. ppx_monad
  2197. ppx_monoid >= "0.3.2"
  2198. ppx_mysql
  2199. ppx_mysql_identity
  2200. ppx_open
  2201. ppx_optcomp >= "v0.12.0"
  2202. ppx_optint
  2203. ppx_optional >= "v0.12.0"
  2204. ppx_parser
  2205. ppx_partial
  2206. ppx_pattern_bind
  2207. ppx_pbt
  2208. ppx_pipebang >= "v0.12.0"
  2209. ppx_protocol_conv >= "3.1.0"
  2210. ppx_protocol_conv_json >= "3.1.0"
  2211. ppx_protocol_conv_jsonm
  2212. ppx_protocol_conv_msgpack >= "3.1.0"
  2213. ppx_protocol_conv_xml_light >= "3.1.0"
  2214. ppx_protocol_conv_xmlm
  2215. ppx_protocol_conv_yaml >= "3.1.0"
  2216. ppx_pyformat
  2217. ppx_python
  2218. ppx_quick_test
  2219. ppx_rapper
  2220. ppx_rapper_async
  2221. ppx_rapper_lwt
  2222. ppx_regexp >= "0.4.0"
  2223. ppx_relit
  2224. ppx_repr
  2225. ppx_seq
  2226. ppx_sexp_conv >= "v0.12.0"
  2227. ppx_sexp_message >= "v0.12.0"
  2228. ppx_sexp_value >= "v0.12.0"
  2229. ppx_show
  2230. ppx_stable
  2231. ppx_stable_witness
  2232. ppx_string
  2233. ppx_string_conv
  2234. ppx_string_interpolation
  2235. ppx_subliner
  2236. ppx_system
  2237. ppx_test >= "1.7.0"
  2238. ppx_there
  2239. ppx_tools >= "6.0+4.08.0"
  2240. ppx_tools_versioned >= "5.2.2"
  2241. ppx_trace
  2242. ppx_ts
  2243. ppx_tydi
  2244. ppx_type_directed_value
  2245. ppx_typed_fields
  2246. ppx_typerep_conv >= "v0.12.0"
  2247. ppx_tyre
  2248. ppx_units
  2249. ppx_update
  2250. ppx_variants_conv >= "v0.12.0"
  2251. ppx_viewpattern
  2252. ppx_wideopen
  2253. ppx_xml_conv >= "v0.12.0"
  2254. ppx_yojson
  2255. ppx_yojson_conv
  2256. ppx_yojson_conv_lib
  2257. ppxfind >= "1.3"
  2258. ppxlib >= "0.4.0"
  2259. ppxlib-tools
  2260. ppxlib_jane
  2261. ppxx >= "2.4.0"
  2262. pratter
  2263. prbnmcn-basic-structures
  2264. prbnmcn-cgrph
  2265. prbnmcn-clustering
  2266. prbnmcn-dagger
  2267. prbnmcn-dagger-gsl
  2268. prbnmcn-dagger-stats
  2269. prbnmcn-dagger-test
  2270. prbnmcn-gnuplot
  2271. prbnmcn-linalg
  2272. prbnmcn-mcts
  2273. prbnmcn-proptest
  2274. prbnmcn-stats
  2275. prbnmcn-ucb1
  2276. prc
  2277. preface
  2278. prelude
  2279. pretty_expressive
  2280. prettym
  2281. printbox >= "0.3"
  2282. printbox-ext-plot
  2283. printbox-html
  2284. printbox-md
  2285. printbox-text >= "0.6.1"
  2286. proc-smaps
  2287. process_limits
  2288. processor
  2289. producer
  2290. prof_spacetime >= "0.3.0"
  2291. profiling
  2292. profunctor
  2293. progress
  2294. prom
  2295. prometheus >= "0.6"
  2296. prometheus-app >= "0.6"
  2297. prometheus-liquidsoap >= "2"
  2298. promise
  2299. promise_jsoo
  2300. promise_jsoo_lwt
  2301. protocell
  2302. protocol-9p >= "1.0.0"
  2303. protocol-9p-tool >= "1.0.0"
  2304. protocol-9p-unix >= "1.0.0"
  2305. protocol_version_header >= "v0.12.0"
  2306. provider
  2307. prr
  2308. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2309. psq >= "0.1.1"
  2310. ptmap >= "2.0.5"
  2311. ptset >= "1.0.1"
  2312. pulseaudio >= "0.1.4"
  2313. pure-html
  2314. pure-splitmix >= "0.3"
  2315. pvec
  2316. py >= "1.1"
  2317. pyast
  2318. pyml >= "20210924"
  2319. pyml_bindgen >= "0.3.0"
  2320. pyre-ast
  2321. pythonlib
  2322. qbf >= "0.3"
  2323. qcheck >= "0.9"
  2324. qcheck-alcotest
  2325. qcheck-core
  2326. qcheck-lin
  2327. qcheck-multicoretests-util
  2328. qcheck-ounit
  2329. qcheck-stm
  2330. qiskit
  2331. qmp >= "0.19.0"
  2332. qrencode >= "0.2"
  2333. qtest >= "2.10.1"
  2334. queenshead
  2335. quests
  2336. quick_print
  2337. quickjs
  2338. radamsa
  2339. radare2 >= "0.0.3"
  2340. randii
  2341. random
  2342. randomconv >= "0.1.1"
  2343. randoml
  2344. range >= "0.8"
  2345. rangeSet
  2346. rankers
  2347. rawlink >= "1.0"
  2348. rawlink-eio
  2349. rawlink-lwt
  2350. raygui
  2351. raylib
  2352. rdbg >= "1.196.12"
  2353. rdf >= "0.13.0"
  2354. rdf_impls
  2355. rdf_json_ld
  2356. rdf_lwt
  2357. rdf_mysql
  2358. rdf_postgresql
  2359. rdf_ppx
  2360. re >= "1.9.0"
  2361. re2 >= "v0.12.1"
  2362. re2_stable
  2363. re_parser
  2364. rea
  2365. reactiveData >= "0.3.0"
  2366. reactjs-jsx-ppx
  2367. readline
  2368. reanalyze
  2369. reason >= "3.5.0"
  2370. reason-react
  2371. reason-react-ppx
  2372. reason-standard
  2373. received
  2374. record_builder >= "v0.12.0"
  2375. records >= "1.0.0"
  2376. red-black-tree
  2377. reddit_api_async
  2378. reddit_api_kernel
  2379. redirect
  2380. redis >= "0.4"
  2381. redis-async
  2382. redis-lwt >= "0.4"
  2383. redis-sync >= "0.4"
  2384. reed-solomon-erasure >= "1.0.2"
  2385. reedsolomon >= "0.3"
  2386. refl
  2387. regenerate >= "0.2"
  2388. regex_parser_intf
  2389. relit_helper
  2390. remu_ts
  2391. reparse
  2392. reparse-lwt
  2393. reparse-lwt-unix
  2394. reparse-unix
  2395. repr
  2396. repr-bench
  2397. repr-fuzz
  2398. res >= "5.0.1"
  2399. res_tailwindcss
  2400. rescript-syntax
  2401. reshowcase
  2402. resource-pooling >= "1.1"
  2403. resource_cache >= "v0.12.0"
  2404. resp
  2405. resp-client
  2406. resp-mirage
  2407. resp-server >= "0.9"
  2408. resp-unix
  2409. resto
  2410. resto-acl
  2411. resto-cohttp
  2412. resto-cohttp-client
  2413. resto-cohttp-self-serving-client
  2414. resto-cohttp-server
  2415. resto-directory
  2416. resto-json
  2417. result >= "1.4"
  2418. rfc1951 >= "0.8.1" & != "1.0.0"
  2419. rfc6287 >= "1.0.4"
  2420. rfc7748
  2421. rfsm >= "1.6-alpha-3"
  2422. rhythm
  2423. ringo
  2424. ringo-lwt
  2425. rio
  2426. riot
  2427. river >= "0.2"
  2428. rock
  2429. roman
  2430. root1d >= "0.5.1"
  2431. rope >= "0.6.2"
  2432. rosa
  2433. rosetta >= "0.2.0"
  2434. routes
  2435. rpc >= "6.1.0"
  2436. rpc_parallel >= "v0.12.0"
  2437. rpclib >= "6.1.0"
  2438. rpclib-async >= "6.1.0"
  2439. rpclib-html
  2440. rpclib-js
  2441. rpclib-lwt >= "6.1.0"
  2442. rpmfile
  2443. rpmfile-cli
  2444. rpmfile-eio
  2445. rpmfile-unix
  2446. rsdd
  2447. rss
  2448. rtop >= "3.5.0"
  2449. rtree
  2450. rungen
  2451. runtime_events_tools
  2452. rusage
  2453. rust-staticlib-gen
  2454. rust-staticlib-virtual
  2455. SourceCode_ASCII
  2456. SZXX
  2457. safemoney
  2458. safepass >= "3.1"
  2459. sail >= "0.15"
  2460. sail_c_backend
  2461. sail_coq_backend
  2462. sail_doc_backend
  2463. sail_latex_backend
  2464. sail_lem_backend
  2465. sail_manifest
  2466. sail_ocaml_backend
  2467. sail_output
  2468. sail_smt_backend
  2469. sail_sv_backend
  2470. salsa20 >= "1.0.0"
  2471. salsa20-core >= "1.0.0"
  2472. samplerate >= "0.1.6"
  2473. sanddb >= "0.2"
  2474. sarek >= "20210823"
  2475. sarif
  2476. satex
  2477. saturn
  2478. saturn_lockfree
  2479. satyrographos
  2480. scad_ml
  2481. scfg
  2482. scgi
  2483. scipy
  2484. scrypt-kdf >= "1.0.0"
  2485. sd_logic
  2486. sdl-liquidsoap >= "3"
  2487. search
  2488. searchTree
  2489. secp256k1 >= "0.4.1"
  2490. secp256k1-internal
  2491. sedlex >= "2.0"
  2492. sek
  2493. sel
  2494. selective
  2495. semantic_version
  2496. semaphore-compat
  2497. semv
  2498. semver >= "0.2.1"
  2499. semver2
  2500. sendmail
  2501. sendmail-lwt
  2502. sendmail-miou-unix
  2503. sendmail-mirage
  2504. sentry
  2505. seq >= "0.2" & < "base"
  2506. seqes
  2507. sequencer_table >= "v0.12.0"
  2508. serde
  2509. serde_debug
  2510. serde_derive
  2511. serde_json
  2512. serde_sexpr
  2513. serde_xml
  2514. serial
  2515. server-reason-react
  2516. session >= "0.4.1"
  2517. session-cohttp >= "0.4.1"
  2518. session-cohttp-async >= "0.4.1"
  2519. session-cohttp-lwt >= "0.4.1"
  2520. session-cookie
  2521. session-cookie-async
  2522. session-cookie-lwt
  2523. session-postgresql >= "0.4.1"
  2524. session-postgresql-async >= "0.4.1"
  2525. session-postgresql-lwt >= "0.4.1"
  2526. session-redis-lwt >= "0.4.1"
  2527. session-webmachine >= "0.4.1"
  2528. setcore >= "1.0.2"
  2529. sexp
  2530. sexp_decode
  2531. sexp_diff
  2532. sexp_diff_kernel
  2533. sexp_grammar
  2534. sexp_macro
  2535. sexp_pretty >= "v0.12.0"
  2536. sexp_select
  2537. sexp_string_quickcheck
  2538. sexplib >= "v0.12.0"
  2539. sexplib0 >= "v0.12.0"
  2540. sexps-rewriter
  2541. sgf >= "1.0.1"
  2542. sha >= "1.13"
  2543. shades
  2544. shapefile
  2545. shared-block-ring >= "3.0.0"
  2546. shared-memory-ring >= "3.1.0"
  2547. shared-memory-ring-lwt >= "3.1.0"
  2548. shared-secret >= "0.4"
  2549. shell
  2550. sherlodoc
  2551. shexp >= "v0.12.0"
  2552. shine >= "0.2.2"
  2553. shuttle
  2554. shuttle_http
  2555. shuttle_ssl
  2556. shuttle_websocket
  2557. sifun
  2558. signal
  2559. sihl
  2560. sihl-cache
  2561. sihl-contract
  2562. sihl-core
  2563. sihl-email
  2564. sihl-facade
  2565. sihl-persistence
  2566. sihl-queue
  2567. sihl-session
  2568. sihl-storage
  2569. sihl-token
  2570. sihl-type
  2571. sihl-user
  2572. sihl-web
  2573. simlog
  2574. simple63
  2575. sitemap
  2576. sklearn
  2577. slack
  2578. slacko >= "0.14.1"
  2579. slipshow
  2580. slug
  2581. smart-print >= "0.3.0"
  2582. smaws-clients
  2583. smaws-lib
  2584. smbc >= "0.5"
  2585. smol
  2586. smol-helpers
  2587. smtlib-utils
  2588. smtml
  2589. snappy >= "0.1.2"
  2590. snoke
  2591. so
  2592. sodium-fmt
  2593. solid
  2594. solid_server
  2595. solid_tools
  2596. solidity-alcotest
  2597. solidity-common
  2598. solidity-parser
  2599. solidity-test
  2600. solidity-typechecker
  2601. solo5-elftool
  2602. sortedseq_intersect
  2603. soundtouch >= "0.1.9"
  2604. soupault
  2605. spacetime_lib >= "0.3.0"
  2606. spatial-shell
  2607. spawn < "v0.9.0" | >= "v0.13.0"
  2608. spdx_licenses
  2609. spectrum
  2610. speed
  2611. speex >= "0.4.0"
  2612. spelll >= "0.4"
  2613. spices
  2614. spin
  2615. splay_tree >= "v0.12.0"
  2616. splittable_random >= "v0.12.0"
  2617. spoc >= "20210823"
  2618. spoc_ppx
  2619. spoke
  2620. spotify-web-api >= "0.2.1"
  2621. spotify_ml
  2622. spotlib >= "4.1.0"
  2623. sqids
  2624. sqlgg >= "20200521"
  2625. sqlite3 >= "4.4.1"
  2626. sqlite3_utils
  2627. srt
  2628. ssh-agent >= "0.2.0"
  2629. ssl >= "0.5.6"
  2630. starpath
  2631. starred_ml
  2632. stdcompat >= "19"
  2633. stdint >= "0.6.0"
  2634. stdint-literals
  2635. stdio >= "v0.12.0"
  2636. stdlib-diff
  2637. stdlib-random
  2638. stdlib-shims
  2639. stdune
  2640. stitch
  2641. stk
  2642. stk_iconv
  2643. stk_ocf
  2644. stk_ppx
  2645. stk_rdf
  2646. stk_xml
  2647. stog >= "0.20.0"
  2648. stog_all
  2649. stog_asy
  2650. stog_dot
  2651. stog_extern
  2652. stog_markdown
  2653. stog_multi_doc
  2654. stog_nocaml
  2655. stog_noexec
  2656. stog_plugins
  2657. stog_rdf
  2658. stog_rel_href
  2659. stog_server
  2660. stog_server_multi
  2661. stog_sitemap
  2662. stog_writing
  2663. store
  2664. stored_reversed
  2665. stramon-lib
  2666. streamable
  2667. streaming
  2668. string_dict >= "v0.12.0"
  2669. stringCodepointSplitter
  2670. stringext >= "1.6.0"
  2671. sturgeon >= "0.4.2"
  2672. styled-ppx
  2673. subscriptions-transport-ws
  2674. subtype-refinement >= "0.2"
  2675. sun
  2676. svmwrap
  2677. swagger >= "0.2.0"
  2678. swapfs
  2679. swhid
  2680. swhid_compute
  2681. swhid_core
  2682. swhid_types
  2683. swipl
  2684. syguslib-utils
  2685. syncweb
  2686. syndic >= "1.6.0"
  2687. sys-socket
  2688. sys-socket-unix
  2689. syslog >= "2.0.1"
  2690. syslog-message >= "1.0.0"
  2691. syslog-rfc5424
  2692. systemverilog >= "0.0.2"
  2693. tablecloth-base
  2694. tablecloth-melange
  2695. tablecloth-native < "transition"
  2696. tabr
  2697. taglib >= "0.3.7"
  2698. talaria-bibtex
  2699. tar >= "1.0.0"
  2700. tar-eio
  2701. tar-mirage >= "1.0.0"
  2702. tar-unix >= "1.0.0"
  2703. tcalc
  2704. tcpip >= "3.7.0"
  2705. tdigest
  2706. teash
  2707. telemetry
  2708. telltime
  2709. tensorboard
  2710. term-indexing
  2711. term-tools
  2712. terminal
  2713. terminal_size >= "0.1.4"
  2714. terminus
  2715. terminus-cohttp
  2716. terminus-hlc
  2717. terml
  2718. testo
  2719. testo-diff
  2720. testo-lwt
  2721. testo-util
  2722. testu01
  2723. textmate-language
  2724. textrazor
  2725. textutils >= "v0.12.0"
  2726. textutils_kernel >= "v0.12.0"
  2727. textwrap >= "0.2.1"
  2728. tezos-baking-015-PtLimaPt
  2729. tezos-baking-015-PtLimaPt-commands
  2730. tezos-baking-016-PtMumbai
  2731. tezos-baking-016-PtMumbai-commands
  2732. tezos-baking-017-PtNairob
  2733. tezos-baking-017-PtNairob-commands
  2734. tezos-baking-alpha
  2735. tezos-baking-alpha-commands
  2736. tezos-base
  2737. tezos-base-test-helpers
  2738. tezos-base58
  2739. tezos-benchmark >= "19.0"
  2740. tezos-bls12-381-polynomial
  2741. tezos-clic
  2742. tezos-client-000-Ps9mPmXa
  2743. tezos-client-001-PtCJ7pwo
  2744. tezos-client-002-PsYLVpVv
  2745. tezos-client-003-PsddFKi3
  2746. tezos-client-004-Pt24m4xi
  2747. tezos-client-005-PsBabyM1
  2748. tezos-client-006-PsCARTHA
  2749. tezos-client-007-PsDELPH1
  2750. tezos-client-008-PtEdo2Zk
  2751. tezos-client-009-PsFLoren
  2752. tezos-client-010-PtGRANAD
  2753. tezos-client-011-PtHangz2
  2754. tezos-client-012-Psithaca
  2755. tezos-client-013-PtJakart
  2756. tezos-client-014-PtKathma
  2757. tezos-client-015-PtLimaPt
  2758. tezos-client-016-PtMumbai
  2759. tezos-client-017-PtNairob
  2760. tezos-client-alpha
  2761. tezos-client-base
  2762. tezos-client-base-unix
  2763. tezos-client-commands
  2764. tezos-client-demo-counter < "18.0" | >= "19.0"
  2765. tezos-client-genesis < "18.0" | >= "19.0"
  2766. tezos-context
  2767. tezos-context-hash
  2768. tezos-context-hash-irmin
  2769. tezos-context-ops
  2770. tezos-crypto
  2771. tezos-crypto-dal
  2772. tezos-dac-client-lib >= "19.0"
  2773. tezos-dac-lib >= "19.0"
  2774. tezos-dac-node-lib >= "19.0"
  2775. tezos-dal-node-lib < "18.0" | >= "19.0"
  2776. tezos-dal-node-services < "18.0" | >= "19.0"
  2777. tezos-embedded-protocol-000-Ps9mPmXa
  2778. tezos-embedded-protocol-001-PtCJ7pwo
  2779. tezos-embedded-protocol-002-PsYLVpVv
  2780. tezos-embedded-protocol-003-PsddFKi3
  2781. tezos-embedded-protocol-004-Pt24m4xi
  2782. tezos-embedded-protocol-005-PsBABY5H
  2783. tezos-embedded-protocol-005-PsBabyM1
  2784. tezos-embedded-protocol-006-PsCARTHA
  2785. tezos-embedded-protocol-007-PsDELPH1
  2786. tezos-embedded-protocol-008-PtEdo2Zk
  2787. tezos-embedded-protocol-008-PtEdoTez
  2788. tezos-embedded-protocol-009-PsFLoren
  2789. tezos-embedded-protocol-010-PtGRANAD
  2790. tezos-embedded-protocol-011-PtHangz2
  2791. tezos-embedded-protocol-012-Psithaca
  2792. tezos-embedded-protocol-013-PtJakart
  2793. tezos-embedded-protocol-014-PtKathma
  2794. tezos-embedded-protocol-015-PtLimaPt
  2795. tezos-embedded-protocol-016-PtMumbai
  2796. tezos-embedded-protocol-017-PtNairob
  2797. tezos-embedded-protocol-alpha
  2798. tezos-embedded-protocol-demo-counter
  2799. tezos-embedded-protocol-demo-noops
  2800. tezos-embedded-protocol-genesis
  2801. tezos-error-monad
  2802. tezos-event-logging
  2803. tezos-event-logging-test-helpers
  2804. tezos-hacl-glue
  2805. tezos-hacl-glue-unix
  2806. tezos-injector-015-PtLimaPt
  2807. tezos-injector-016-PtMumbai
  2808. tezos-layer2-store
  2809. tezos-layer2-utils-016-PtMumbai
  2810. tezos-layer2-utils-017-PtNairob
  2811. tezos-lazy-containers
  2812. tezos-lwt-result-stdlib < "16.0"
  2813. tezos-micheline
  2814. tezos-mockup
  2815. tezos-mockup-commands
  2816. tezos-mockup-proxy
  2817. tezos-mockup-registration
  2818. tezos-openapi
  2819. tezos-p2p
  2820. tezos-p2p-services
  2821. tezos-plompiler
  2822. tezos-plonk
  2823. tezos-protocol-000-Ps9mPmXa < "18.0" | >= "19.0"
  2824. tezos-protocol-001-PtCJ7pwo < "18.0" | >= "19.0"
  2825. tezos-protocol-002-PsYLVpVv < "18.0" | >= "19.0"
  2826. tezos-protocol-003-PsddFKi3 < "18.0" | >= "19.0"
  2827. tezos-protocol-004-Pt24m4xi < "18.0" | >= "19.0"
  2828. tezos-protocol-005-PsBABY5H < "18.0" | >= "19.0"
  2829. tezos-protocol-005-PsBabyM1 < "18.0" | >= "19.0"
  2830. tezos-protocol-006-PsCARTHA < "18.0" | >= "19.0"
  2831. tezos-protocol-007-PsDELPH1 < "18.0" | >= "19.0"
  2832. tezos-protocol-008-PtEdo2Zk < "18.0" | >= "19.0"
  2833. tezos-protocol-008-PtEdoTez < "18.0" | >= "19.0"
  2834. tezos-protocol-009-PsFLoren < "18.0" | >= "19.0"
  2835. tezos-protocol-010-PtGRANAD < "18.0" | >= "19.0"
  2836. tezos-protocol-011-PtHangz2 < "18.0" | >= "19.0"
  2837. tezos-protocol-012-Psithaca < "18.0" | >= "19.0"
  2838. tezos-protocol-013-PtJakart < "18.0" | >= "19.0"
  2839. tezos-protocol-014-PtKathma < "18.0" | >= "19.0"
  2840. tezos-protocol-015-PtLimaPt < "18.0" | >= "19.0"
  2841. tezos-protocol-016-PtMumbai < "18.0" | >= "19.0"
  2842. tezos-protocol-017-PtNairob < "18.0" | >= "19.0"
  2843. tezos-protocol-018-Proxford >= "19.0"
  2844. tezos-protocol-019-PtParisB
  2845. tezos-protocol-020-PsParisC
  2846. tezos-protocol-alpha < "18.0" | >= "19.0"
  2847. tezos-protocol-demo-counter < "18.0" | >= "19.0"
  2848. tezos-protocol-demo-noops < "18.0" | >= "19.0"
  2849. tezos-protocol-environment
  2850. tezos-protocol-environment-packer
  2851. tezos-protocol-environment-sigs
  2852. tezos-protocol-environment-structs
  2853. tezos-protocol-genesis < "18.0" | >= "19.0"
  2854. tezos-protocol-plugin-007-PsDELPH1
  2855. tezos-protocol-plugin-007-PsDELPH1-registerer
  2856. tezos-protocol-plugin-008-PtEdo2Zk
  2857. tezos-protocol-plugin-008-PtEdo2Zk-registerer
  2858. tezos-protocol-plugin-009-PsFLoren
  2859. tezos-protocol-plugin-009-PsFLoren-registerer
  2860. tezos-protocol-plugin-010-PtGRANAD
  2861. tezos-protocol-plugin-010-PtGRANAD-registerer
  2862. tezos-protocol-plugin-011-PtHangz2
  2863. tezos-protocol-plugin-011-PtHangz2-registerer
  2864. tezos-protocol-plugin-012-Psithaca
  2865. tezos-protocol-plugin-012-Psithaca-registerer
  2866. tezos-protocol-plugin-013-PtJakart
  2867. tezos-protocol-plugin-013-PtJakart-registerer
  2868. tezos-protocol-plugin-014-PtKathma
  2869. tezos-protocol-plugin-014-PtKathma-registerer
  2870. tezos-protocol-plugin-015-PtLimaPt
  2871. tezos-protocol-plugin-015-PtLimaPt-registerer
  2872. tezos-protocol-plugin-016-PtMumbai
  2873. tezos-protocol-plugin-016-PtMumbai-registerer
  2874. tezos-protocol-plugin-017-PtNairob
  2875. tezos-protocol-plugin-017-PtNairob-registerer
  2876. tezos-protocol-plugin-alpha
  2877. tezos-protocol-plugin-alpha-registerer
  2878. tezos-protocol-updater
  2879. tezos-proxy
  2880. tezos-proxy-server-config < "18.0" | >= "19.0"
  2881. tezos-requester
  2882. tezos-rpc
  2883. tezos-rpc-http
  2884. tezos-rpc-http-client
  2885. tezos-rpc-http-client-unix
  2886. tezos-rpc-http-server
  2887. tezos-sapling
  2888. tezos-scoru-wasm
  2889. tezos-scoru-wasm-fast
  2890. tezos-scoru-wasm-helpers
  2891. tezos-shell
  2892. tezos-shell-context
  2893. tezos-shell-services
  2894. tezos-shell-services-test-helpers
  2895. tezos-signer-backends
  2896. tezos-signer-services
  2897. tezos-smart-rollup-016-PtMumbai
  2898. tezos-smart-rollup-017-PtNairob
  2899. tezos-smart-rollup-alpha
  2900. tezos-smart-rollup-layer2-016-PtMumbai
  2901. tezos-smart-rollup-layer2-017-PtNairob
  2902. tezos-stdlib-unix
  2903. tezos-store
  2904. tezos-test-helpers < "16.0"
  2905. tezos-test-helpers-extra
  2906. tezos-test-services
  2907. tezos-tree-encoding
  2908. tezos-tx-rollup-015-PtLimaPt
  2909. tezos-validation
  2910. tezos-version
  2911. tezos-webassembly-interpreter
  2912. tezos-webassembly-interpreter-extra
  2913. tezos-workers
  2914. tezt
  2915. tezt-bam
  2916. tezt-tezos != "18.1"
  2917. theora >= "0.4.0"
  2918. thread-local-storage
  2919. thread-table
  2920. thrift >= "0.10.0"
  2921. tidy >= "5-0.2"
  2922. tidy_email
  2923. tidy_email_mailgun
  2924. tidy_email_sendgrid
  2925. tidy_email_smtp
  2926. tilde_f
  2927. time_now
  2928. timed >= "1.1"
  2929. timedesc
  2930. timedesc-json
  2931. timedesc-sexp
  2932. timedesc-tzdb
  2933. timedesc-tzlocal
  2934. timedesc-tzlocal-js
  2935. timere
  2936. timere-parse
  2937. timezone
  2938. timmy
  2939. timmy-jsoo
  2940. timmy-lwt
  2941. timmy-unix
  2942. tiny_httpd
  2943. tiny_httpd_camlzip
  2944. tip-parser >= "0.4"
  2945. tldr
  2946. tls >= "0.11.0"
  2947. tls-async
  2948. tls-eio
  2949. tls-liquidsoap
  2950. tls-lwt
  2951. tls-miou-unix
  2952. tls-mirage
  2953. toc
  2954. tofn
  2955. togglelog
  2956. toml >= "5.0.0"
  2957. toml-cconv
  2958. toml_cconv
  2959. toplevel_backend
  2960. toplevel_expect_test >= "v0.12.0"
  2961. topojson
  2962. topojsone
  2963. topological_sort >= "v0.12.0"
  2964. torch
  2965. tqdm
  2966. trace
  2967. trace-fuchsia
  2968. trace-tef
  2969. tracing
  2970. tracy-client
  2971. trail
  2972. traits
  2973. trampoline
  2974. transept
  2975. traverse
  2976. travesty != "0.6.1"
  2977. travis-opam >= "1.5.0"
  2978. trax >= "0.4.0"
  2979. tree_layout >= "0.2"
  2980. treeprint >= "2.3.0"
  2981. trexio
  2982. trie >= "1.0.0"
  2983. trs
  2984. tsdl-image >= "0.3.0"
  2985. tsdl-mixer >= "0.3.0"
  2986. tsdl-ttf >= "0.3"
  2987. tsort
  2988. tty
  2989. tube >= "4.4.0"
  2990. tuntap >= "1.7.0"
  2991. twirp_cohttp_lwt_unix
  2992. twirp_core
  2993. twirp_ezcurl
  2994. twirp_tiny_httpd
  2995. twostep
  2996. tyabt
  2997. type_eq
  2998. type_id
  2999. typeid
  3000. typerep >= "v0.12.0"
  3001. typeset
  3002. tyre >= "0.5"
  3003. tyxml >= "4.3.0"
  3004. tyxml-jsx
  3005. tyxml-lwd
  3006. tyxml-ppx >= "4.3.0"
  3007. tyxml-syntax
  3008. u2f
  3009. ubase
  3010. ubpf >= "0.2"
  3011. uecc >= "0.3"
  3012. uint >= "2.0.1"
  3013. ulid
  3014. um-abt
  3015. unidecode
  3016. unionFind
  3017. unisim_archisec
  3018. unison >= "2.51.4" & < "2.53.4"
  3019. universal-portal
  3020. universo
  3021. unix-errno >= "0.6.0"
  3022. unstrctrd
  3023. uopt
  3024. uri >= "2.2.0"
  3025. uri-bench
  3026. uri-re
  3027. uri-sexp
  3028. uring
  3029. uring-trace
  3030. uritemplate
  3031. urn
  3032. user-agent-parser
  3033. username_kernel
  3034. uspf
  3035. uspf-lwt
  3036. uspf-mirage
  3037. uspf-unix
  3038. utop >= "2.3.0"
  3039. uuuu >= "0.1.1"
  3040. validate
  3041. validator
  3042. variantslib >= "v0.12.0"
  3043. varray
  3044. vcaml
  3045. vcardgen >= "1.2"
  3046. vchan
  3047. vchan-unix
  3048. vchan-xen
  3049. vdom
  3050. vec
  3051. vector
  3052. vector3 >= "1.0.0"
  3053. vendredi
  3054. vercel
  3055. versioned_polling_state_rpc
  3056. vhd-format >= "0.12.0"
  3057. vhd-format-lwt >= "0.12.0"
  3058. virtual_dom >= "v0.12.0"
  3059. virtual_dom_toplayer
  3060. visitors >= "20200207"
  3061. vlq >= "0.2.1"
  3062. vlt
  3063. vmnet >= "1.3.2"
  3064. vocal
  3065. voqc
  3066. vorbis >= "0.8.0"
  3067. vpt >= "5.0.0"
  3068. vscoq-language-server
  3069. vue-jsoo
  3070. vue-ppx
  3071. wall >= "0.4"
  3072. wasmer
  3073. wasmtime
  3074. wayland
  3075. waylaunch
  3076. wcwidth
  3077. webauthn
  3078. weberizer >= "0.8"
  3079. webmachine >= "0.6.2"
  3080. websocket >= "2.12"
  3081. websocket-async >= "2.12"
  3082. websocket-lwt >= "2.12"
  3083. websocket-lwt-unix
  3084. websocketaf
  3085. webtest >= "2.0.0"
  3086. webtest-js
  3087. why3find
  3088. wikitext
  3089. win-error >= "1.0"
  3090. win-eventlog >= "0.3"
  3091. winsvc
  3092. ws
  3093. ws-server
  3094. wseg
  3095. wtf8 >= "1.0.2"
  3096. wtr
  3097. wtr-ppx
  3098. wu-manber-fuzzy-search
  3099. x509 >= "0.6.3"
  3100. x86_64-esperanto >= "0.0.6"
  3101. xapi-backtrace >= "0.7"
  3102. xapi-inventory >= "1.2.1"
  3103. xapi-rrd >= "1.8.2"
  3104. xapi-stdext-date
  3105. xapi-stdext-encodings
  3106. xapi-stdext-pervasives
  3107. xapi-stdext-std
  3108. xapi-stdext-threads
  3109. xapi-stdext-unix
  3110. xapi-stdext-zerocheck
  3111. xcursor
  3112. xdg
  3113. xdg-basedir
  3114. xedbindings
  3115. xen-evtchn >= "2.1.0"
  3116. xen-evtchn-unix >= "2.1.0"
  3117. xen-gnt >= "3.1.0"
  3118. xen-gnt-unix >= "3.1.0"
  3119. xenstore >= "2.1.0"
  3120. xenstore_transport >= "1.1.0"
  3121. xkbcommon
  3122. xlsx2csv
  3123. xmelly
  3124. xml-light >= "2.5"
  3125. xmldiff >= "0.7.0"
  3126. xmldiff_js
  3127. xmlplaylist >= "0.1.5"
  3128. xoshiro
  3129. xtmpl >= "0.19.0"
  3130. xtmpl_js
  3131. xtmpl_ppx
  3132. yaml >= "1.0.0"
  3133. yaml-sexp
  3134. yara >= "0.2"
  3135. yocaml
  3136. yocaml_cmark
  3137. yocaml_cmarkit
  3138. yocaml_eio
  3139. yocaml_git
  3140. yocaml_jingoo
  3141. yocaml_markdown
  3142. yocaml_mustache
  3143. yocaml_omd
  3144. yocaml_otoml
  3145. yocaml_runtime
  3146. yocaml_syndication
  3147. yocaml_unix
  3148. yocaml_yaml
  3149. yojson >= "1.5.0"
  3150. yojson-bench
  3151. yojson-five
  3152. yosqlite
  3153. yurt >= "0.6"
  3154. yuscii >= "0.2.1"
  3155. yuujinchou
  3156. zanuda
  3157. zar
  3158. zarith-ppx
  3159. zarith_stubs_js
  3160. zarr
  3161. zarr-eio
  3162. zarr-lwt
  3163. zarr-sync
  3164. zed >= "2.0"
  3165. zeit
  3166. zelus
  3167. zelus-gtk
  3168. zipperposition >= "1.5.1"
  3169. zipperposition-tools
  3170. zlib >= "0.6"
  3171. zlist >= "0.4.0"
  3172. zmq >= "5.1.0"
  3173. zmq-async >= "5.1.0"
  3174. zmq-eio
  3175. zmq-lwt >= "5.1.0"
  3176. zstandard >= "v0.12.1"
  3177. zstd >= "0.3"
  3178. 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.