package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.11.0.tbz
sha256=1b9c7d7e134a8d3a9d715613f02910ecf31167df1ba226ede921a5fa7b0d6513
sha512=0f2911bae7371b491dcd0762ddac0ec5498a57b5a8a0915b97e0257e668d8a7e1675d177d12be2cfe39c6adb42276c4c55beb30cc4acf109b0102650a2691057

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 supports multi-package development by simply dropping multiple repositories into the same directory.

It 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: 04 Oct 2023

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

None

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